Html Css Color HEX #D40364 Razzmatazz

📋 copy color: '#D40364'

red 212 ◦ green 3 ◦ blue 100

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

Shades of Razzmatazz #D40364

Tints of Razzmatazz #D40364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 100 (39.45% from 255) = 31.75%

R = 67.3%
G = 0.95%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D40364 (or 0xD40364) is known color: Razzmatazz. HEX triplet: D4, 03 and 64. RGB value is (212,3,100). Sum of RGB (Red+Green+Blue) = 212+3+100=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D40364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40364 is #2BFC9B. Grayscale: #4C4C4C. Windows color (decimal): -2882716 or 6554580. OLE color: 6554580.

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

Color convert

RGB 212 3 100 -
CMYK 0 0.99 0.53 0.17
HSL 332.15º 0.97% 0.42% -
HSV(B) 332.15º 0.99% 0.83% -
XYZ 29.48 14.98 13.39 -
YUV 76.55 141.24 224.61 -
System Red Green Blue C M Y K H S L
Decimal 212 3 100 0 0.99 0.53 0.17 332.15 0.97 0.42
Hex D4 3 64 0 63 35 11 14C 61 2A
Octal 324 3 144 0 143 65 21 514 141 52
Binary 11010100 11 1100100 0 1100011 110101 10001 101001100 1100001 101010

Color Harmonies of #D40364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40364

Black with #D40364

Text Example


Text Example

White with #D40364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40364; }

 p { color: rgb(212,3,100); }

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

background-color css

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

 a { background-color: rgb(212,3,100); }

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

border-color css

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

 span { border-color: rgb(212,3,100); }

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