Html Css Color HEX #D96271 Froly

📋 copy color: '#D96271'

red 217 ◦ green 98 ◦ blue 113

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

Shades of Froly #D96271

Tints of Froly #D96271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.9%

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 50.7%
G = 22.9%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D96271 (or 0xD96271) is known color: Froly. HEX triplet: D9, 62 and 71. RGB value is (217,98,113). Sum of RGB (Red+Green+Blue) = 217+98+113=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D96271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96271 is #269D8E. Grayscale: #878787. Windows color (decimal): -2530703 or 7430873. OLE color: 7430873.

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

Color convert

RGB 217 98 113 -
CMYK 0 0.55 0.48 0.15
HSL 352.44º 0.61% 0.62% -
HSV(B) 352.44º 0.55% 0.85% -
XYZ 35.96 24.68 18.49 -
YUV 135.29 115.42 186.28 -
System Red Green Blue C M Y K H S L
Decimal 217 98 113 0 0.55 0.48 0.15 352.44 0.61 0.62
Hex D9 62 71 0 37 30 F 160 3D 3E
Octal 331 142 161 0 67 60 17 540 75 76
Binary 11011001 1100010 1110001 0 110111 110000 1111 101100000 111101 111110

Color Harmonies of #D96271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96271

Black with #D96271

Text Example


Text Example

White with #D96271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96271; }

 p { color: rgb(217,98,113); }

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

background-color css

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

 a { background-color: rgb(217,98,113); }

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

border-color css

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

 span { border-color: rgb(217,98,113); }

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