Html Css Color HEX #D30149 Razzmatazz

📋 copy color: '#D30149'

red 211 ◦ green 1 ◦ blue 73

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

Shades of Razzmatazz #D30149

Tints of Razzmatazz #D30149

RGB

 RED value IS 211 (82.81% from 255) = 74.04%

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 73 (28.91% from 255) = 25.61%

R = 74.04%
G = 0.35%
B = 25.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D30149 (or 0xD30149) is known color: Razzmatazz. HEX triplet: D3, 01 and 49. RGB value is (211,1,73). Sum of RGB (Red+Green+Blue) = 211+1+73=285 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.04% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 211 - color contains mainly: red. Hex color #D30149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30149 is #2CFEB6. Grayscale: #474747. Windows color (decimal): -2948791 or 4784595. OLE color: 4784595.

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

Color convert

RGB 211 1 73 -
CMYK 0 1.00 0.65 0.17
HSL 339.43º 0.99% 0.42% -
HSV(B) 339.43º 1% 0.83% -
XYZ 28.08 14.35 7.59 -
YUV 72 128.57 227.15 -
System Red Green Blue C M Y K H S L
Decimal 211 1 73 0 1.00 0.65 0.17 339.43 0.99 0.42
Hex D3 1 49 0 64 41 11 153 63 2A
Octal 323 1 111 0 144 101 21 523 143 52
Binary 11010011 1 1001001 0 1100100 1000001 10001 101010011 1100011 101010

Color Harmonies of #D30149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30149

Black with #D30149

Text Example


Text Example

White with #D30149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30149; }

 p { color: rgb(211,1,73); }

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

background-color css

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

 a { background-color: rgb(211,1,73); }

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

border-color css

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

 span { border-color: rgb(211,1,73); }

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