Html Css Color HEX #D96363 Roman

📋 copy color: '#D96363'

red 217 ◦ green 99 ◦ blue 99

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

Shades of Roman #D96363

Tints of Roman #D96363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.86%

 BLUE value IS 99 (39.06% from 255) = 23.86%

R = 52.29%
G = 23.86%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D96363 (or 0xD96363) is known color: Roman. HEX triplet: D9, 63 and 63. RGB value is (217,99,99). Sum of RGB (Red+Green+Blue) = 217+99+99=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D96363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96363 is #269C9C. Grayscale: #868686. Windows color (decimal): -2530461 or 6513625. OLE color: 6513625.

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

Color convert

RGB 217 99 99 -
CMYK 0 0.54 0.54 0.15
HSL 0.61% 0.62% -
HSV(B) 0.54% 0.85% -
XYZ 35.33 24.58 14.69 -
YUV 134.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 217 99 99 0 0.54 0.54 0.15 0 0.61 0.62
Hex D9 63 63 0 36 36 F 0 3D 3E
Octal 331 143 143 0 66 66 17 0 75 76
Binary 11011001 1100011 1100011 0 110110 110110 1111 0 111101 111110

Color Harmonies of #D96363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96363

Black with #D96363

Text Example


Text Example

White with #D96363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96363; }

 p { color: rgb(217,99,99); }

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

background-color css

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

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

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

border-color css

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

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

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