Html Css Color HEX #D96072 Froly

📋 copy color: '#D96072'

red 217 ◦ green 96 ◦ blue 114

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

Shades of Froly #D96072

Tints of Froly #D96072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.48%

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

R = 50.82%
G = 22.48%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D96072 (or 0xD96072) is known color: Froly. HEX triplet: D9, 60 and 72. RGB value is (217,96,114). Sum of RGB (Red+Green+Blue) = 217+96+114=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D96072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96072 is #269F8D. Grayscale: #868686. Windows color (decimal): -2531214 or 7495897. OLE color: 7495897.

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

Color convert

RGB 217 96 114 -
CMYK 0 0.56 0.47 0.15
HSL 351.07º 0.61% 0.61% -
HSV(B) 351.07º 0.56% 0.85% -
XYZ 35.84 24.33 18.73 -
YUV 134.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 217 96 114 0 0.56 0.47 0.15 351.07 0.61 0.61
Hex D9 60 72 0 38 2F F 15F 3D 3D
Octal 331 140 162 0 70 57 17 537 75 75
Binary 11011001 1100000 1110010 0 111000 101111 1111 101011111 111101 111101

Color Harmonies of #D96072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96072

Black with #D96072

Text Example


Text Example

White with #D96072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96072; }

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

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

background-color css

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

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

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

border-color css

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

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

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