Html Css Color HEX #D4015E Razzmatazz

📋 copy color: '#D4015E'

red 212 ◦ green 1 ◦ blue 94

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

Shades of Razzmatazz #D4015E

Tints of Razzmatazz #D4015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 69.06%
G = 0.33%
B = 30.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4015E (or 0xD4015E) is known color: Razzmatazz. HEX triplet: D4, 01 and 5E. RGB value is (212,1,94). Sum of RGB (Red+Green+Blue) = 212+1+94=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D4015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4015E is #2BFEA1. Grayscale: #4A4A4A. Windows color (decimal): -2883234 or 6160852. OLE color: 6160852.

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

Color convert

RGB 212 1 94 -
CMYK 0 1.00 0.56 0.17
HSL 333.55º 0.99% 0.42% -
HSV(B) 333.55º 1% 0.83% -
XYZ 29.18 14.83 11.91 -
YUV 74.69 138.9 225.94 -
System Red Green Blue C M Y K H S L
Decimal 212 1 94 0 1.00 0.56 0.17 333.55 0.99 0.42
Hex D4 1 5E 0 64 38 11 14E 63 2A
Octal 324 1 136 0 144 70 21 516 143 52
Binary 11010100 1 1011110 0 1100100 111000 10001 101001110 1100011 101010

Color Harmonies of #D4015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4015E

Black with #D4015E

Text Example


Text Example

White with #D4015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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