Html Css Color HEX #D9004E Razzmatazz

📋 copy color: '#D9004E'

red 217 ◦ green 0 ◦ blue 78

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

Shades of Razzmatazz #D9004E

Tints of Razzmatazz #D9004E

RGB

 RED value IS 217 (85.16% from 255) = 73.56%

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

 BLUE value IS 78 (30.86% from 255) = 26.44%

R = 73.56%
G = 0%
B = 26.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9004E (or 0xD9004E) is known color: Razzmatazz. HEX triplet: D9, 00 and 4E. RGB value is (217,0,78). Sum of RGB (Red+Green+Blue) = 217+0+78=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D9004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9004E is #26FFB1. Grayscale: #494949. Windows color (decimal): -2555826 or 5112025. OLE color: 5112025.

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

Color convert

RGB 217 0 78 -
CMYK 0 1 0.64 0.15
HSL 338.43º 1% 0.43% -
HSV(B) 338.43º 1% 0.85% -
XYZ 29.99 15.3 8.58 -
YUV 73.78 130.39 230.16 -
System Red Green Blue C M Y K H S L
Decimal 217 0 78 0 1 0.64 0.15 338.43 1 0.43
Hex D9 0 4E 0 64 40 F 152 64 2B
Octal 331 0 116 0 144 100 17 522 144 53
Binary 11011001 0 1001110 0 1100100 1000000 1111 101010010 1100100 101011

Color Harmonies of #D9004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9004E

Black with #D9004E

Text Example


Text Example

White with #D9004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9004E; }

 p { color: rgb(217,0,78); }

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

background-color css

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

 a { background-color: rgb(217,0,78); }

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

border-color css

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

 span { border-color: rgb(217,0,78); }

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