Html Css Color HEX #D2005B Razzmatazz

📋 copy color: '#D2005B'

red 210 ◦ green 0 ◦ blue 91

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

Shades of Razzmatazz #D2005B

Tints of Razzmatazz #D2005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 69.77%
G = 0%
B = 30.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2005B (or 0xD2005B) is known color: Razzmatazz. HEX triplet: D2, 00 and 5B. RGB value is (210,0,91). Sum of RGB (Red+Green+Blue) = 210+0+91=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D2005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2005B is #2DFFA4. Grayscale: #494949. Windows color (decimal): -3014565 or 5963986. OLE color: 5963986.

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

Color convert

RGB 210 0 91 -
CMYK 0 1 0.57 0.18
HSL 334º 1% 0.41% -
HSV(B) 334º 1% 0.82% -
XYZ 28.47 14.46 11.19 -
YUV 73.16 138.07 225.6 -
System Red Green Blue C M Y K H S L
Decimal 210 0 91 0 1 0.57 0.18 334 1 0.41
Hex D2 0 5B 0 64 39 12 14E 64 29
Octal 322 0 133 0 144 71 22 516 144 51
Binary 11010010 0 1011011 0 1100100 111001 10010 101001110 1100100 101001

Color Harmonies of #D2005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2005B

Black with #D2005B

Text Example


Text Example

White with #D2005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2005B; }

 p { color: rgb(210,0,91); }

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

background-color css

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

 a { background-color: rgb(210,0,91); }

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

border-color css

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

 span { border-color: rgb(210,0,91); }

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