Html Css Color HEX #D9074A Razzmatazz

📋 copy color: '#D9074A'

red 217 ◦ green 7 ◦ blue 74

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

Shades of Razzmatazz #D9074A

Tints of Razzmatazz #D9074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.35%

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

R = 72.82%
G = 2.35%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9074A (or 0xD9074A) is known color: Razzmatazz. HEX triplet: D9, 07 and 4A. RGB value is (217,7,74). Sum of RGB (Red+Green+Blue) = 217+7+74=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D9074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9074A is #26F8B5. Grayscale: #4D4D4D. Windows color (decimal): -2554038 or 4851673. OLE color: 4851673.

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

Color convert

RGB 217 7 74 -
CMYK 0 0.97 0.66 0.15
HSL 340.86º 0.94% 0.44% -
HSV(B) 340.86º 0.97% 0.85% -
XYZ 29.93 15.4 7.87 -
YUV 77.43 126.07 227.55 -
System Red Green Blue C M Y K H S L
Decimal 217 7 74 0 0.97 0.66 0.15 340.86 0.94 0.44
Hex D9 7 4A 0 61 42 F 155 5E 2C
Octal 331 7 112 0 141 102 17 525 136 54
Binary 11011001 111 1001010 0 1100001 1000010 1111 101010101 1011110 101100

Color Harmonies of #D9074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9074A

Black with #D9074A

Text Example


Text Example

White with #D9074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9074A; }

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

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

background-color css

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

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

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

border-color css

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

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

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