Html Css Color HEX #D96275 Froly

📋 copy color: '#D96275'

red 217 ◦ green 98 ◦ blue 117

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

Shades of Froly #D96275

Tints of Froly #D96275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 50.23%
G = 22.69%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D96275 (or 0xD96275) is known color: Froly. HEX triplet: D9, 62 and 75. RGB value is (217,98,117). Sum of RGB (Red+Green+Blue) = 217+98+117=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D96275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96275 is #269D8A. Grayscale: #878787. Windows color (decimal): -2530699 or 7693017. OLE color: 7693017.

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

Color convert

RGB 217 98 117 -
CMYK 0 0.55 0.46 0.15
HSL 350.42º 0.61% 0.62% -
HSV(B) 350.42º 0.55% 0.85% -
XYZ 36.19 24.77 19.7 -
YUV 135.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 217 98 117 0 0.55 0.46 0.15 350.42 0.61 0.62
Hex D9 62 75 0 37 2E F 15E 3D 3E
Octal 331 142 165 0 67 56 17 536 75 76
Binary 11011001 1100010 1110101 0 110111 101110 1111 101011110 111101 111110

Color Harmonies of #D96275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96275

Black with #D96275

Text Example


Text Example

White with #D96275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96275; }

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

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

background-color css

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

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

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

border-color css

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

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

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