Html Css Color HEX #D96370 Froly

📋 copy color: '#D96370'

red 217 ◦ green 99 ◦ blue 112

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

Shades of Froly #D96370

Tints of Froly #D96370

RGB

 RED value IS 217 (85.16% from 255) = 50.7%

 GREEN value IS 99 (39.06% from 255) = 23.13%

 BLUE value IS 112 (44.14% from 255) = 26.17%

R = 50.7%
G = 23.13%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D96370 (or 0xD96370) is known color: Froly. HEX triplet: D9, 63 and 70. RGB value is (217,99,112). Sum of RGB (Red+Green+Blue) = 217+99+112=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D96370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96370 is #269C8F. Grayscale: #878787. Windows color (decimal): -2530448 or 7365593. OLE color: 7365593.

HSL color Cylindrical-coordinate representation of color #D96370: hue angle of 353.39º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96370 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 99 112 -
CMYK 0 0.54 0.48 0.15
HSL 353.39º 0.61% 0.62% -
HSV(B) 353.39º 0.54% 0.85% -
XYZ 36 24.85 18.23 -
YUV 135.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 217 99 112 0 0.54 0.48 0.15 353.39 0.61 0.62
Hex D9 63 70 0 36 30 F 161 3D 3E
Octal 331 143 160 0 66 60 17 541 75 76
Binary 11011001 1100011 1110000 0 110110 110000 1111 101100001 111101 111110

Color Harmonies of #D96370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96370

Black with #D96370

Text Example


Text Example

White with #D96370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96370; }

 p { color: rgb(217,99,112); }

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

background-color css

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

 a { background-color: rgb(217,99,112); }

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

border-color css

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

 span { border-color: rgb(217,99,112); }

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