Html Css Color HEX #D96573 Froly

📋 copy color: '#D96573'

red 217 ◦ green 101 ◦ blue 115

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

Shades of Froly #D96573

Tints of Froly #D96573

RGB

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

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

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

R = 50.12%
G = 23.33%
B = 26.56%

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

#D96573 (or 0xD96573) is known color: Froly. HEX triplet: D9, 65 and 73. RGB value is (217,101,115). Sum of RGB (Red+Green+Blue) = 217+101+115=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D96573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96573 is #269A8C. Grayscale: #898989. Windows color (decimal): -2529933 or 7562713. OLE color: 7562713.

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

Color convert

RGB 217 101 115 -
CMYK 0 0.53 0.47 0.15
HSL 352.76º 0.6% 0.62% -
HSV(B) 352.76º 0.53% 0.85% -
XYZ 36.36 25.3 19.19 -
YUV 137.28 115.43 184.86 -
System Red Green Blue C M Y K H S L
Decimal 217 101 115 0 0.53 0.47 0.15 352.76 0.6 0.62
Hex D9 65 73 0 35 2F F 161 3C 3E
Octal 331 145 163 0 65 57 17 541 74 76
Binary 11011001 1100101 1110011 0 110101 101111 1111 101100001 111100 111110

Color Harmonies of #D96573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96573

Black with #D96573

Text Example


Text Example

White with #D96573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96573; }

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

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

background-color css

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

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

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

border-color css

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

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

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