Html Css Color HEX #D9044A Razzmatazz

📋 copy color: '#D9044A'

red 217 ◦ green 4 ◦ blue 74

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

Shades of Razzmatazz #D9044A

Tints of Razzmatazz #D9044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 73.56%
G = 1.36%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9044A (or 0xD9044A) is known color: Razzmatazz. HEX triplet: D9, 04 and 4A. RGB value is (217,4,74). Sum of RGB (Red+Green+Blue) = 217+4+74=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D9044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9044A is #26FBB5. Grayscale: #4B4B4B. Windows color (decimal): -2554806 or 4850905. OLE color: 4850905.

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

Color convert

RGB 217 4 74 -
CMYK 0 0.98 0.66 0.15
HSL 340.28º 0.96% 0.43% -
HSV(B) 340.28º 0.98% 0.85% -
XYZ 29.89 15.33 7.86 -
YUV 75.67 127.07 228.81 -
System Red Green Blue C M Y K H S L
Decimal 217 4 74 0 0.98 0.66 0.15 340.28 0.96 0.43
Hex D9 4 4A 0 62 42 F 154 60 2B
Octal 331 4 112 0 142 102 17 524 140 53
Binary 11011001 100 1001010 0 1100010 1000010 1111 101010100 1100000 101011

Color Harmonies of #D9044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9044A

Black with #D9044A

Text Example


Text Example

White with #D9044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9044A; }

 p { color: rgb(217,4,74); }

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

background-color css

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

 a { background-color: rgb(217,4,74); }

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

border-color css

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

 span { border-color: rgb(217,4,74); }

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