Html Css Color HEX #D3005D Razzmatazz

📋 copy color: '#D3005D'

red 211 ◦ green 0 ◦ blue 93

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

Shades of Razzmatazz #D3005D

Tints of Razzmatazz #D3005D

RGB

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

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

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

R = 69.41%
G = 0%
B = 30.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3005D (or 0xD3005D) is known color: Razzmatazz. HEX triplet: D3, 00 and 5D. RGB value is (211,0,93). Sum of RGB (Red+Green+Blue) = 211+0+93=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D3005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3005D is #2CFFA2. Grayscale: #494949. Windows color (decimal): -2949027 or 6095059. OLE color: 6095059.

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

Color convert

RGB 211 0 93 -
CMYK 0 1 0.56 0.17
HSL 333.55º 1% 0.41% -
HSV(B) 333.55º 1% 0.83% -
XYZ 28.84 14.64 11.66 -
YUV 73.69 138.9 225.94 -
System Red Green Blue C M Y K H S L
Decimal 211 0 93 0 1 0.56 0.17 333.55 1 0.41
Hex D3 0 5D 0 64 38 11 14E 64 29
Octal 323 0 135 0 144 70 21 516 144 51
Binary 11010011 0 1011101 0 1100100 111000 10001 101001110 1100100 101001

Color Harmonies of #D3005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3005D

Black with #D3005D

Text Example


Text Example

White with #D3005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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