Html Css Color HEX #D20149 Razzmatazz

📋 copy color: '#D20149'

red 210 ◦ green 1 ◦ blue 73

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

Shades of Razzmatazz #D20149

Tints of Razzmatazz #D20149

RGB

 RED value IS 210 (82.42% from 255) = 73.94%

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

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

R = 73.94%
G = 0.35%
B = 25.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D20149 (or 0xD20149) is known color: Razzmatazz. HEX triplet: D2, 01 and 49. RGB value is (210,1,73). Sum of RGB (Red+Green+Blue) = 210+1+73=284 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.94% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 210 - color contains mainly: red. Hex color #D20149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20149 is #2DFEB6. Grayscale: #474747. Windows color (decimal): -3014327 or 4784594. OLE color: 4784594.

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

Color convert

RGB 210 1 73 -
CMYK 0 1.00 0.65 0.18
HSL 339.33º 0.99% 0.41% -
HSV(B) 339.33º 1% 0.82% -
XYZ 27.79 14.2 7.58 -
YUV 71.7 128.74 226.65 -
System Red Green Blue C M Y K H S L
Decimal 210 1 73 0 1.00 0.65 0.18 339.33 0.99 0.41
Hex D2 1 49 0 64 41 12 153 63 29
Octal 322 1 111 0 144 101 22 523 143 51
Binary 11010010 1 1001001 0 1100100 1000001 10010 101010011 1100011 101001

Color Harmonies of #D20149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20149

Black with #D20149

Text Example


Text Example

White with #D20149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20149; }

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

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

background-color css

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

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

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

border-color css

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

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

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