Html Css Color HEX #D0817F Sea Pink

📋 copy color: '#D0817F'

red 208 ◦ green 129 ◦ blue 127

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

Shades of Sea Pink #D0817F

Tints of Sea Pink #D0817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.8%

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

R = 44.83%
G = 27.8%
B = 27.37%

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

#D0817F (or 0xD0817F) is known color: Sea Pink. HEX triplet: D0, 81 and 7F. RGB value is (208,129,127). Sum of RGB (Red+Green+Blue) = 208+129+127=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0817F is #2F7E80. Grayscale: #989898. Windows color (decimal): -3112577 or 8356304. OLE color: 8356304.

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

Color convert

RGB 208 129 127 -
CMYK 0 0.38 0.39 0.18
HSL 1.48º 0.46% 0.66% -
HSV(B) 1.48º 0.39% 0.82% -
XYZ 37.69 30.64 24.01 -
YUV 152.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 208 129 127 0 0.38 0.39 0.18 1.48 0.46 0.66
Hex D0 81 7F 0 26 27 12 1 2E 42
Octal 320 201 177 0 46 47 22 1 56 102
Binary 11010000 10000001 1111111 0 100110 100111 10010 1 101110 1000010

Color Harmonies of #D0817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0817F

Black with #D0817F

Text Example


Text Example

White with #D0817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0817F; }

 p { color: rgb(208,129,127); }

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

background-color css

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

 a { background-color: rgb(208,129,127); }

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

border-color css

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

 span { border-color: rgb(208,129,127); }

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