Html Css Color HEX #D8807F Sea Pink

📋 copy color: '#D8807F'

red 216 ◦ green 128 ◦ blue 127

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

Shades of Sea Pink #D8807F

Tints of Sea Pink #D8807F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.96%

R = 45.86%
G = 27.18%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8807F (or 0xD8807F) is known color: Sea Pink. HEX triplet: D8, 80 and 7F. RGB value is (216,128,127). Sum of RGB (Red+Green+Blue) = 216+128+127=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8807F is #277F80. Grayscale: #9A9A9A. Windows color (decimal): -2588545 or 8356056. OLE color: 8356056.

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

Color convert

RGB 216 128 127 -
CMYK 0 0.41 0.41 0.15
HSL 0.67º 0.53% 0.67% -
HSV(B) 0.67º 0.41% 0.85% -
XYZ 39.87 31.57 24.07 -
YUV 154.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 216 128 127 0 0.41 0.41 0.15 0.67 0.53 0.67
Hex D8 80 7F 0 29 29 F 1 35 43
Octal 330 200 177 0 51 51 17 1 65 103
Binary 11011000 10000000 1111111 0 101001 101001 1111 1 110101 1000011

Color Harmonies of #D8807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8807F

Black with #D8807F

Text Example


Text Example

White with #D8807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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