Html Css Color HEX #D07079 Froly

📋 copy color: '#D07079'

red 208 ◦ green 112 ◦ blue 121

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

Shades of Froly #D07079

Tints of Froly #D07079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.4%

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

R = 47.17%
G = 25.4%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D07079 (or 0xD07079) is known color: Froly. HEX triplet: D0, 70 and 79. RGB value is (208,112,121). Sum of RGB (Red+Green+Blue) = 208+112+121=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D07079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07079 is #2F8F86. Grayscale: #8D8D8D. Windows color (decimal): -3116935 or 7958736. OLE color: 7958736.

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

Color convert

RGB 208 112 121 -
CMYK 0 0.46 0.42 0.18
HSL 354.38º 0.51% 0.63% -
HSV(B) 354.38º 0.46% 0.82% -
XYZ 35.26 26.38 21.32 -
YUV 141.73 116.3 175.27 -
System Red Green Blue C M Y K H S L
Decimal 208 112 121 0 0.46 0.42 0.18 354.38 0.51 0.63
Hex D0 70 79 0 2E 2A 12 162 33 3F
Octal 320 160 171 0 56 52 22 542 63 77
Binary 11010000 1110000 1111001 0 101110 101010 10010 101100010 110011 111111

Color Harmonies of #D07079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07079

Black with #D07079

Text Example


Text Example

White with #D07079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07079; }

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

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

background-color css

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

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

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

border-color css

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

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

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