Html Css Color HEX #DA807B Sea Pink

📋 copy color: '#DA807B'

red 218 ◦ green 128 ◦ blue 123

#DA807B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Pink #DA807B

Tints of Sea Pink #DA807B

RGB

 RED value IS 218 (85.55% from 255) = 46.48%

 GREEN value IS 128 (50.39% from 255) = 27.29%

 BLUE value IS 123 (48.44% from 255) = 26.23%

R = 46.48%
G = 27.29%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA807B (or 0xDA807B) is known color: Sea Pink. HEX triplet: DA, 80 and 7B. RGB value is (218,128,123). Sum of RGB (Red+Green+Blue) = 218+128+123=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA807B is #257F84. Grayscale: #9A9A9A. Windows color (decimal): -2457477 or 8093914. OLE color: 8093914.

HSL color Cylindrical-coordinate representation of color #DA807B: hue angle of 3.16º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA807B is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 123 -
CMYK 0 0.41 0.44 0.15
HSL 3.16º 0.56% 0.67% -
HSV(B) 3.16º 0.44% 0.85% -
XYZ 40.21 31.77 22.75 -
YUV 154.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 218 128 123 0 0.41 0.44 0.15 3.16 0.56 0.67
Hex DA 80 7B 0 29 2C F 3 38 43
Octal 332 200 173 0 51 54 17 3 70 103
Binary 11011010 10000000 1111011 0 101001 101100 1111 11 111000 1000011

Color Harmonies of #DA807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA807B

Black with #DA807B

Text Example


Text Example

White with #DA807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA807B; }

 p { color: rgb(218,128,123); }

 H1.HeaderClassName
 {
   color: #DA807B;
 }
 .AnyTagClassName
 {
   color: #DA807B;
 }
</style>

background-color css

<style>
 a { background-color: #DA807B; }

 a { background-color: rgb(218,128,123); }

 div.DivClassName
 {
   background-color: #DA807B;
 }
 .BgClassName
 {
   background-color: #DA807B;
 }
</style>

border-color css

<style>
 span { border-color: #DA807B; }

 span { border-color: rgb(218,128,123); }

 td.TdClassName
 {
   border-color: #DA807B;
 }
 .TagClassName
 {
   border-color: #DA807B;
 }
</style>