Html Css Color HEX #D0807E Sea Pink

📋 copy color: '#D0807E'

red 208 ◦ green 128 ◦ blue 126

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

Shades of Sea Pink #D0807E

Tints of Sea Pink #D0807E

RGB

 RED value IS 208 (81.64% from 255) = 45.02%

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

 BLUE value IS 126 (49.61% from 255) = 27.27%

R = 45.02%
G = 27.71%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0807E (or 0xD0807E) is known color: Sea Pink. HEX triplet: D0, 80 and 7E. RGB value is (208,128,126). Sum of RGB (Red+Green+Blue) = 208+128+126=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0807E is #2F7F81. Grayscale: #979797. Windows color (decimal): -3112834 or 8290512. OLE color: 8290512.

HSL color Cylindrical-coordinate representation of color #D0807E: hue angle of 1.46º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0807E is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 126 -
CMYK 0 0.38 0.39 0.18
HSL 1.46º 0.47% 0.65% -
HSV(B) 1.46º 0.39% 0.82% -
XYZ 37.5 30.35 23.62 -
YUV 151.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 208 128 126 0 0.38 0.39 0.18 1.46 0.47 0.65
Hex D0 80 7E 0 26 27 12 1 2F 41
Octal 320 200 176 0 46 47 22 1 57 101
Binary 11010000 10000000 1111110 0 100110 100111 10010 1 101111 1000001

Color Harmonies of #D0807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0807E

Black with #D0807E

Text Example


Text Example

White with #D0807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0807E; }

 p { color: rgb(208,128,126); }

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

background-color css

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

 a { background-color: rgb(208,128,126); }

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

border-color css

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

 span { border-color: rgb(208,128,126); }

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