Html Css Color HEX #D27178 Froly

📋 copy color: '#D27178'

red 210 ◦ green 113 ◦ blue 120

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

Shades of Froly #D27178

Tints of Froly #D27178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.51%

 BLUE value IS 120 (47.27% from 255) = 27.09%

R = 47.4%
G = 25.51%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D27178 (or 0xD27178) is known color: Froly. HEX triplet: D2, 71 and 78. RGB value is (210,113,120). Sum of RGB (Red+Green+Blue) = 210+113+120=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D27178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27178 is #2D8E87. Grayscale: #8E8E8E. Windows color (decimal): -2985608 or 7893458. OLE color: 7893458.

HSL color Cylindrical-coordinate representation of color #D27178: hue angle of 355.67º degrees, saturation: 0.52, 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 #D27178 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 113 120 -
CMYK 0 0.46 0.43 0.18
HSL 355.67º 0.52% 0.63% -
HSV(B) 355.67º 0.46% 0.82% -
XYZ 35.87 26.87 21.06 -
YUV 142.8 115.14 175.93 -
System Red Green Blue C M Y K H S L
Decimal 210 113 120 0 0.46 0.43 0.18 355.67 0.52 0.63
Hex D2 71 78 0 2E 2B 12 164 34 3F
Octal 322 161 170 0 56 53 22 544 64 77
Binary 11010010 1110001 1111000 0 101110 101011 10010 101100100 110100 111111

Color Harmonies of #D27178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27178

Black with #D27178

Text Example


Text Example

White with #D27178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27178; }

 p { color: rgb(210,113,120); }

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

background-color css

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

 a { background-color: rgb(210,113,120); }

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

border-color css

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

 span { border-color: rgb(210,113,120); }

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