Html Css Color HEX #D27475 Froly

📋 copy color: '#D27475'

red 210 ◦ green 116 ◦ blue 117

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

Shades of Froly #D27475

Tints of Froly #D27475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.19%

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

R = 47.4%
G = 26.19%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D27475 (or 0xD27475) is known color: Froly. HEX triplet: D2, 74 and 75. RGB value is (210,116,117). Sum of RGB (Red+Green+Blue) = 210+116+117=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D27475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27475 is #2D8B8A. Grayscale: #909090. Windows color (decimal): -2984843 or 7697618. OLE color: 7697618.

HSL color Cylindrical-coordinate representation of color #D27475: hue angle of 359.36º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27475 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 116 117 -
CMYK 0 0.45 0.44 0.18
HSL 359.36º 0.51% 0.64% -
HSV(B) 359.36º 0.45% 0.82% -
XYZ 36.03 27.48 20.23 -
YUV 144.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 210 116 117 0 0.45 0.44 0.18 359.36 0.51 0.64
Hex D2 74 75 0 2D 2C 12 167 33 40
Octal 322 164 165 0 55 54 22 547 63 100
Binary 11010010 1110100 1110101 0 101101 101100 10010 101100111 110011 1000000

Color Harmonies of #D27475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27475

Black with #D27475

Text Example


Text Example

White with #D27475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27475; }

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

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

background-color css

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

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

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

border-color css

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

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

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