Html Css Color HEX #D27071 Froly

📋 copy color: '#D27071'

red 210 ◦ green 112 ◦ blue 113

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

Shades of Froly #D27071

Tints of Froly #D27071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.98%

R = 48.28%
G = 25.75%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D27071 (or 0xD27071) is known color: Froly. HEX triplet: D2, 70 and 71. RGB value is (210,112,113). Sum of RGB (Red+Green+Blue) = 210+112+113=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D27071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27071 is #2D8F8E. Grayscale: #8D8D8D. Windows color (decimal): -2985871 or 7434450. OLE color: 7434450.

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

Color convert

RGB 210 112 113 -
CMYK 0 0.47 0.46 0.18
HSL 359.39º 0.52% 0.63% -
HSV(B) 359.39º 0.47% 0.82% -
XYZ 35.35 26.48 18.87 -
YUV 141.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 210 112 113 0 0.47 0.46 0.18 359.39 0.52 0.63
Hex D2 70 71 0 2F 2E 12 167 34 3F
Octal 322 160 161 0 57 56 22 547 64 77
Binary 11010010 1110000 1110001 0 101111 101110 10010 101100111 110100 111111

Color Harmonies of #D27071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27071

Black with #D27071

Text Example


Text Example

White with #D27071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27071; }

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

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

background-color css

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

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

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

border-color css

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

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

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