Html Css Color HEX #D27079 Froly

📋 copy color: '#D27079'

red 210 ◦ green 112 ◦ blue 121

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

Shades of Froly #D27079

Tints of Froly #D27079

RGB

 RED value IS 210 (82.42% from 255) = 47.4%

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

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

R = 47.4%
G = 25.28%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D27079 (or 0xD27079) is known color: Froly. HEX triplet: D2, 70 and 79. RGB value is (210,112,121). Sum of RGB (Red+Green+Blue) = 210+112+121=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D27079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27079 is #2D8F86. Grayscale: #8E8E8E. Windows color (decimal): -2985863 or 7958738. OLE color: 7958738.

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

Color convert

RGB 210 112 121 -
CMYK 0 0.47 0.42 0.18
HSL 354.49º 0.52% 0.63% -
HSV(B) 354.49º 0.47% 0.82% -
XYZ 35.82 26.67 21.35 -
YUV 142.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 210 112 121 0 0.47 0.42 0.18 354.49 0.52 0.63
Hex D2 70 79 0 2F 2A 12 162 34 3F
Octal 322 160 171 0 57 52 22 542 64 77
Binary 11010010 1110000 1111001 0 101111 101010 10010 101100010 110100 111111

Color Harmonies of #D27079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27079

Black with #D27079

Text Example


Text Example

White with #D27079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27079; }

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

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

background-color css

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

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

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

border-color css

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

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

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