Html Css Color HEX #D4005E Razzmatazz

📋 copy color: '#D4005E'

red 212 ◦ green 0 ◦ blue 94

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

Shades of Razzmatazz #D4005E

Tints of Razzmatazz #D4005E

RGB

 RED value IS 212 (83.2% from 255) = 69.28%

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

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

R = 69.28%
G = 0%
B = 30.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4005E (or 0xD4005E) is known color: Razzmatazz. HEX triplet: D4, 00 and 5E. RGB value is (212,0,94). Sum of RGB (Red+Green+Blue) = 212+0+94=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D4005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4005E is #2BFFA1. Grayscale: #494949. Windows color (decimal): -2883490 or 6160596. OLE color: 6160596.

HSL color Cylindrical-coordinate representation of color #D4005E: hue angle of 333.4º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4005E is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 0 94 -
CMYK 0 1 0.56 0.17
HSL 333.4º 1% 0.42% -
HSV(B) 333.4º 1% 0.83% -
XYZ 29.17 14.81 11.91 -
YUV 74.1 139.24 226.36 -
System Red Green Blue C M Y K H S L
Decimal 212 0 94 0 1 0.56 0.17 333.4 1 0.42
Hex D4 0 5E 0 64 38 11 14D 64 2A
Octal 324 0 136 0 144 70 21 515 144 52
Binary 11010100 0 1011110 0 1100100 111000 10001 101001101 1100100 101010

Color Harmonies of #D4005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4005E

Black with #D4005E

Text Example


Text Example

White with #D4005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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