Html Css Color HEX #D7004C Razzmatazz

📋 copy color: '#D7004C'

red 215 ◦ green 0 ◦ blue 76

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

Shades of Razzmatazz #D7004C

Tints of Razzmatazz #D7004C

RGB

 RED value IS 215 (84.38% from 255) = 73.88%

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

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

R = 73.88%
G = 0%
B = 26.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7004C (or 0xD7004C) is known color: Razzmatazz. HEX triplet: D7, 00 and 4C. RGB value is (215,0,76). Sum of RGB (Red+Green+Blue) = 215+0+76=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D7004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7004C is #28FFB3. Grayscale: #484848. Windows color (decimal): -2686900 or 4980951. OLE color: 4980951.

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

Color convert

RGB 215 0 76 -
CMYK 0 1 0.65 0.16
HSL 338.79º 1% 0.42% -
HSV(B) 338.79º 1% 0.84% -
XYZ 29.33 14.97 8.18 -
YUV 72.95 129.73 229.32 -
System Red Green Blue C M Y K H S L
Decimal 215 0 76 0 1 0.65 0.16 338.79 1 0.42
Hex D7 0 4C 0 64 41 10 153 64 2A
Octal 327 0 114 0 144 101 20 523 144 52
Binary 11010111 0 1001100 0 1100100 1000001 10000 101010011 1100100 101010

Color Harmonies of #D7004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7004C

Black with #D7004C

Text Example


Text Example

White with #D7004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7004C; }

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

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

background-color css

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

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

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

border-color css

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

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

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