Html Css Color HEX #D07F79 Sea Pink

📋 copy color: '#D07F79'

red 208 ◦ green 127 ◦ blue 121

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

Shades of Sea Pink #D07F79

Tints of Sea Pink #D07F79

RGB

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

 GREEN value IS 127 (50% from 255) = 27.85%

 BLUE value IS 121 (47.66% from 255) = 26.54%

R = 45.61%
G = 27.85%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D07F79 (or 0xD07F79) is known color: Sea Pink. HEX triplet: D0, 7F and 79. RGB value is (208,127,121). Sum of RGB (Red+Green+Blue) = 208+127+121=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F79 is #2F8086. Grayscale: #969696. Windows color (decimal): -3113095 or 7962576. OLE color: 7962576.

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

Color convert

RGB 208 127 121 -
CMYK 0 0.39 0.42 0.18
HSL 4.14º 0.48% 0.65% -
HSV(B) 4.14º 0.42% 0.82% -
XYZ 37.05 29.97 21.92 -
YUV 150.54 111.34 168.99 -
System Red Green Blue C M Y K H S L
Decimal 208 127 121 0 0.39 0.42 0.18 4.14 0.48 0.65
Hex D0 7F 79 0 27 2A 12 4 30 41
Octal 320 177 171 0 47 52 22 4 60 101
Binary 11010000 1111111 1111001 0 100111 101010 10010 100 110000 1000001

Color Harmonies of #D07F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F79

Black with #D07F79

Text Example


Text Example

White with #D07F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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