Html Css Color HEX #D96273 Froly

📋 copy color: '#D96273'

red 217 ◦ green 98 ◦ blue 115

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

Shades of Froly #D96273

Tints of Froly #D96273

RGB

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

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

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

R = 50.47%
G = 22.79%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D96273 (or 0xD96273) is known color: Froly. HEX triplet: D9, 62 and 73. RGB value is (217,98,115). Sum of RGB (Red+Green+Blue) = 217+98+115=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D96273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96273 is #269D8C. Grayscale: #878787. Windows color (decimal): -2530701 or 7561945. OLE color: 7561945.

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

Color convert

RGB 217 98 115 -
CMYK 0 0.55 0.47 0.15
HSL 351.43º 0.61% 0.62% -
HSV(B) 351.43º 0.55% 0.85% -
XYZ 36.08 24.72 19.09 -
YUV 135.52 116.42 186.12 -
System Red Green Blue C M Y K H S L
Decimal 217 98 115 0 0.55 0.47 0.15 351.43 0.61 0.62
Hex D9 62 73 0 37 2F F 15F 3D 3E
Octal 331 142 163 0 67 57 17 537 75 76
Binary 11011001 1100010 1110011 0 110111 101111 1111 101011111 111101 111110

Color Harmonies of #D96273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96273

Black with #D96273

Text Example


Text Example

White with #D96273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96273; }

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

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

background-color css

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

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

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

border-color css

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

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

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