Html Css Color HEX #D27075 Froly

📋 copy color: '#D27075'

red 210 ◦ green 112 ◦ blue 117

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

Shades of Froly #D27075

Tints of Froly #D27075

RGB

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

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

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

R = 47.84%
G = 25.51%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D27075 (or 0xD27075) is known color: Froly. HEX triplet: D2, 70 and 75. RGB value is (210,112,117). Sum of RGB (Red+Green+Blue) = 210+112+117=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D27075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27075 is #2D8F8A. Grayscale: #8D8D8D. Windows color (decimal): -2985867 or 7696594. OLE color: 7696594.

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

Color convert

RGB 210 112 117 -
CMYK 0 0.47 0.44 0.18
HSL 356.94º 0.52% 0.63% -
HSV(B) 356.94º 0.47% 0.82% -
XYZ 35.58 26.57 20.08 -
YUV 141.87 113.97 176.59 -
System Red Green Blue C M Y K H S L
Decimal 210 112 117 0 0.47 0.44 0.18 356.94 0.52 0.63
Hex D2 70 75 0 2F 2C 12 165 34 3F
Octal 322 160 165 0 57 54 22 545 64 77
Binary 11010010 1110000 1110101 0 101111 101100 10010 101100101 110100 111111

Color Harmonies of #D27075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27075

Black with #D27075

Text Example


Text Example

White with #D27075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27075; }

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

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

background-color css

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

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

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

border-color css

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

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

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