Html Css Color HEX #D9095D Razzmatazz

📋 copy color: '#D9095D'

red 217 ◦ green 9 ◦ blue 93

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

Shades of Razzmatazz #D9095D

Tints of Razzmatazz #D9095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.82%

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 68.03%
G = 2.82%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9095D (or 0xD9095D) is known color: Razzmatazz. HEX triplet: D9, 09 and 5D. RGB value is (217,9,93). Sum of RGB (Red+Green+Blue) = 217+9+93=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D9095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9095D is #26F6A2. Grayscale: #505050. Windows color (decimal): -2553507 or 6097369. OLE color: 6097369.

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

Color convert

RGB 217 9 93 -
CMYK 0 0.96 0.57 0.15
HSL 335.77º 0.92% 0.44% -
HSV(B) 335.77º 0.96% 0.85% -
XYZ 30.69 15.74 11.78 -
YUV 80.77 134.91 225.17 -
System Red Green Blue C M Y K H S L
Decimal 217 9 93 0 0.96 0.57 0.15 335.77 0.92 0.44
Hex D9 9 5D 0 60 39 F 150 5C 2C
Octal 331 11 135 0 140 71 17 520 134 54
Binary 11011001 1001 1011101 0 1100000 111001 1111 101010000 1011100 101100

Color Harmonies of #D9095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9095D

Black with #D9095D

Text Example


Text Example

White with #D9095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9095D; }

 p { color: rgb(217,9,93); }

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

background-color css

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

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

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

border-color css

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

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

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