Html Css Color HEX #D9005E Razzmatazz

📋 copy color: '#D9005E'

red 217 ◦ green 0 ◦ blue 94

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

Shades of Razzmatazz #D9005E

Tints of Razzmatazz #D9005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.77%
G = 0%
B = 30.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9005E (or 0xD9005E) is known color: Razzmatazz. HEX triplet: D9, 00 and 5E. RGB value is (217,0,94). Sum of RGB (Red+Green+Blue) = 217+0+94=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D9005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9005E is #26FFA1. Grayscale: #4B4B4B. Windows color (decimal): -2555810 or 6160601. OLE color: 6160601.

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

Color convert

RGB 217 0 94 -
CMYK 0 1 0.57 0.15
HSL 334.01º 1% 0.43% -
HSV(B) 334.01º 1% 0.85% -
XYZ 30.64 15.56 11.98 -
YUV 75.6 138.39 228.86 -
System Red Green Blue C M Y K H S L
Decimal 217 0 94 0 1 0.57 0.15 334.01 1 0.43
Hex D9 0 5E 0 64 39 F 14E 64 2B
Octal 331 0 136 0 144 71 17 516 144 53
Binary 11011001 0 1011110 0 1100100 111001 1111 101001110 1100100 101011

Color Harmonies of #D9005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9005E

Black with #D9005E

Text Example


Text Example

White with #D9005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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