Html Css Color HEX #D27175 Froly

📋 copy color: '#D27175'

red 210 ◦ green 113 ◦ blue 117

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

Shades of Froly #D27175

Tints of Froly #D27175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.59%

R = 47.73%
G = 25.68%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D27175 (or 0xD27175) is known color: Froly. HEX triplet: D2, 71 and 75. RGB value is (210,113,117). Sum of RGB (Red+Green+Blue) = 210+113+117=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D27175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27175 is #2D8E8A. Grayscale: #8E8E8E. Windows color (decimal): -2985611 or 7696850. OLE color: 7696850.

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

Color convert

RGB 210 113 117 -
CMYK 0 0.46 0.44 0.18
HSL 357.53º 0.52% 0.63% -
HSV(B) 357.53º 0.46% 0.82% -
XYZ 35.69 26.8 20.12 -
YUV 142.46 113.64 176.17 -
System Red Green Blue C M Y K H S L
Decimal 210 113 117 0 0.46 0.44 0.18 357.53 0.52 0.63
Hex D2 71 75 0 2E 2C 12 166 34 3F
Octal 322 161 165 0 56 54 22 546 64 77
Binary 11010010 1110001 1110101 0 101110 101100 10010 101100110 110100 111111

Color Harmonies of #D27175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27175

Black with #D27175

Text Example


Text Example

White with #D27175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27175; }

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

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

background-color css

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

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

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

border-color css

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

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

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