Html Css Color HEX #D2004C Razzmatazz

📋 copy color: '#D2004C'

red 210 ◦ green 0 ◦ blue 76

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

Shades of Razzmatazz #D2004C

Tints of Razzmatazz #D2004C

RGB

 RED value IS 210 (82.42% from 255) = 73.43%

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

 BLUE value IS 76 (30.08% from 255) = 26.57%

R = 73.43%
G = 0%
B = 26.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2004C (or 0xD2004C) is known color: Razzmatazz. HEX triplet: D2, 00 and 4C. RGB value is (210,0,76). Sum of RGB (Red+Green+Blue) = 210+0+76=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D2004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2004C is #2DFFB3. Grayscale: #474747. Windows color (decimal): -3014580 or 4980946. OLE color: 4980946.

HSL color Cylindrical-coordinate representation of color #D2004C: hue angle of 338.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2004C is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 0 76 -
CMYK 0 1 0.64 0.18
HSL 338.29º 1% 0.41% -
HSV(B) 338.29º 1% 0.82% -
XYZ 27.88 14.22 8.11 -
YUV 71.45 130.57 226.82 -
System Red Green Blue C M Y K H S L
Decimal 210 0 76 0 1 0.64 0.18 338.29 1 0.41
Hex D2 0 4C 0 64 40 12 152 64 29
Octal 322 0 114 0 144 100 22 522 144 51
Binary 11010010 0 1001100 0 1100100 1000000 10010 101010010 1100100 101001

Color Harmonies of #D2004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2004C

Black with #D2004C

Text Example


Text Example

White with #D2004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2004C; }

 p { color: rgb(210,0,76); }

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

background-color css

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

 a { background-color: rgb(210,0,76); }

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

border-color css

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

 span { border-color: rgb(210,0,76); }

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