Html Css Color HEX #D9095E Razzmatazz

📋 copy color: '#D9095E'

red 217 ◦ green 9 ◦ blue 94

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

Shades of Razzmatazz #D9095E

Tints of Razzmatazz #D9095E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 67.81%
G = 2.81%
B = 29.38%

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

#D9095E (or 0xD9095E) is known color: Razzmatazz. HEX triplet: D9, 09 and 5E. RGB value is (217,9,94). Sum of RGB (Red+Green+Blue) = 217+9+94=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D9095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9095E is #26F6A1. Grayscale: #505050. Windows color (decimal): -2553506 or 6162905. OLE color: 6162905.

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

Color convert

RGB 217 9 94 -
CMYK 0 0.96 0.57 0.15
HSL 335.48º 0.92% 0.44% -
HSV(B) 335.48º 0.96% 0.85% -
XYZ 30.73 15.76 12.01 -
YUV 80.88 135.41 225.09 -
System Red Green Blue C M Y K H S L
Decimal 217 9 94 0 0.96 0.57 0.15 335.48 0.92 0.44
Hex D9 9 5E 0 60 39 F 14F 5C 2C
Octal 331 11 136 0 140 71 17 517 134 54
Binary 11011001 1001 1011110 0 1100000 111001 1111 101001111 1011100 101100

Color Harmonies of #D9095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9095E

Black with #D9095E

Text Example


Text Example

White with #D9095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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