Html Css Color HEX #D8807C Sea Pink

📋 copy color: '#D8807C'

red 216 ◦ green 128 ◦ blue 124

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

Shades of Sea Pink #D8807C

Tints of Sea Pink #D8807C

RGB

 RED value IS 216 (84.77% from 255) = 46.15%

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

 BLUE value IS 124 (48.83% from 255) = 26.5%

R = 46.15%
G = 27.35%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8807C (or 0xD8807C) is known color: Sea Pink. HEX triplet: D8, 80 and 7C. RGB value is (216,128,124). Sum of RGB (Red+Green+Blue) = 216+128+124=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8807C is #277F83. Grayscale: #999999. Windows color (decimal): -2588548 or 8159448. OLE color: 8159448.

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

Color convert

RGB 216 128 124 -
CMYK 0 0.41 0.43 0.15
HSL 2.61º 0.54% 0.67% -
HSV(B) 2.61º 0.43% 0.85% -
XYZ 39.68 31.49 23.06 -
YUV 153.86 111.15 172.33 -
System Red Green Blue C M Y K H S L
Decimal 216 128 124 0 0.41 0.43 0.15 2.61 0.54 0.67
Hex D8 80 7C 0 29 2B F 3 36 43
Octal 330 200 174 0 51 53 17 3 66 103
Binary 11011000 10000000 1111100 0 101001 101011 1111 11 110110 1000011

Color Harmonies of #D8807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8807C

Black with #D8807C

Text Example


Text Example

White with #D8807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8807C; }

 p { color: rgb(216,128,124); }

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

background-color css

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

 a { background-color: rgb(216,128,124); }

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

border-color css

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

 span { border-color: rgb(216,128,124); }

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