Html Css Color HEX #D96073 Froly

📋 copy color: '#D96073'

red 217 ◦ green 96 ◦ blue 115

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

Shades of Froly #D96073

Tints of Froly #D96073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.87%

R = 50.7%
G = 22.43%
B = 26.87%

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

#D96073 (or 0xD96073) is known color: Froly. HEX triplet: D9, 60 and 73. RGB value is (217,96,115). Sum of RGB (Red+Green+Blue) = 217+96+115=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D96073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96073 is #269F8C. Grayscale: #868686. Windows color (decimal): -2531213 or 7561433. OLE color: 7561433.

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

Color convert

RGB 217 96 115 -
CMYK 0 0.56 0.47 0.15
HSL 350.58º 0.61% 0.61% -
HSV(B) 350.58º 0.56% 0.85% -
XYZ 35.89 24.36 19.03 -
YUV 134.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 217 96 115 0 0.56 0.47 0.15 350.58 0.61 0.61
Hex D9 60 73 0 38 2F F 15F 3D 3D
Octal 331 140 163 0 70 57 17 537 75 75
Binary 11011001 1100000 1110011 0 111000 101111 1111 101011111 111101 111101

Color Harmonies of #D96073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96073

Black with #D96073

Text Example


Text Example

White with #D96073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96073; }

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

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

background-color css

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

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

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

border-color css

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

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

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