Html Css Color HEX #D2005D Razzmatazz

📋 copy color: '#D2005D'

red 210 ◦ green 0 ◦ blue 93

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

Shades of Razzmatazz #D2005D

Tints of Razzmatazz #D2005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 69.31%
G = 0%
B = 30.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2005D (or 0xD2005D) is known color: Razzmatazz. HEX triplet: D2, 00 and 5D. RGB value is (210,0,93). Sum of RGB (Red+Green+Blue) = 210+0+93=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2005D is #2DFFA2. Grayscale: #494949. Windows color (decimal): -3014563 or 6095058. OLE color: 6095058.

HSL color Cylindrical-coordinate representation of color #D2005D: hue angle of 333.43º 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 #D2005D is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 0 93 -
CMYK 0 1 0.56 0.18
HSL 333.43º 1% 0.41% -
HSV(B) 333.43º 1% 0.82% -
XYZ 28.55 14.49 11.65 -
YUV 73.39 139.07 225.44 -
System Red Green Blue C M Y K H S L
Decimal 210 0 93 0 1 0.56 0.18 333.43 1 0.41
Hex D2 0 5D 0 64 38 12 14D 64 29
Octal 322 0 135 0 144 70 22 515 144 51
Binary 11010010 0 1011101 0 1100100 111000 10010 101001101 1100100 101001

Color Harmonies of #D2005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2005D

Black with #D2005D

Text Example


Text Example

White with #D2005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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