Html Css Color HEX #D96572 Froly

📋 copy color: '#D96572'

red 217 ◦ green 101 ◦ blue 114

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

Shades of Froly #D96572

Tints of Froly #D96572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.38%

 BLUE value IS 114 (44.92% from 255) = 26.39%

R = 50.23%
G = 23.38%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D96572 (or 0xD96572) is known color: Froly. HEX triplet: D9, 65 and 72. RGB value is (217,101,114). Sum of RGB (Red+Green+Blue) = 217+101+114=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D96572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96572 is #269A8D. Grayscale: #898989. Windows color (decimal): -2529934 or 7497177. OLE color: 7497177.

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

Color convert

RGB 217 101 114 -
CMYK 0 0.53 0.47 0.15
HSL 353.28º 0.6% 0.62% -
HSV(B) 353.28º 0.53% 0.85% -
XYZ 36.31 25.27 18.88 -
YUV 137.17 114.93 184.94 -
System Red Green Blue C M Y K H S L
Decimal 217 101 114 0 0.53 0.47 0.15 353.28 0.6 0.62
Hex D9 65 72 0 35 2F F 161 3C 3E
Octal 331 145 162 0 65 57 17 541 74 76
Binary 11011001 1100101 1110010 0 110101 101111 1111 101100001 111100 111110

Color Harmonies of #D96572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96572

Black with #D96572

Text Example


Text Example

White with #D96572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96572; }

 p { color: rgb(217,101,114); }

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

background-color css

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

 a { background-color: rgb(217,101,114); }

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

border-color css

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

 span { border-color: rgb(217,101,114); }

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