Html Css Color HEX #D9005C Razzmatazz

📋 copy color: '#D9005C'

red 217 ◦ green 0 ◦ blue 92

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

Shades of Razzmatazz #D9005C

Tints of Razzmatazz #D9005C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.77%

R = 70.23%
G = 0%
B = 29.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9005C (or 0xD9005C) is known color: Razzmatazz. HEX triplet: D9, 00 and 5C. RGB value is (217,0,92). Sum of RGB (Red+Green+Blue) = 217+0+92=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D9005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9005C is #26FFA3. Grayscale: #4B4B4B. Windows color (decimal): -2555812 or 6029529. OLE color: 6029529.

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

Color convert

RGB 217 0 92 -
CMYK 0 1 0.58 0.15
HSL 334.56º 1% 0.43% -
HSV(B) 334.56º 1% 0.85% -
XYZ 30.55 15.52 11.51 -
YUV 75.37 137.39 229.02 -
System Red Green Blue C M Y K H S L
Decimal 217 0 92 0 1 0.58 0.15 334.56 1 0.43
Hex D9 0 5C 0 64 3A F 14F 64 2B
Octal 331 0 134 0 144 72 17 517 144 53
Binary 11011001 0 1011100 0 1100100 111010 1111 101001111 1100100 101011

Color Harmonies of #D9005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9005C

Black with #D9005C

Text Example


Text Example

White with #D9005C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9005C; }

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

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

background-color css

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

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

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

border-color css

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

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

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