Html Css Color HEX #D0005E Razzmatazz

📋 copy color: '#D0005E'

red 208 ◦ green 0 ◦ blue 94

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

Shades of Razzmatazz #D0005E

Tints of Razzmatazz #D0005E

RGB

 RED value IS 208 (81.64% from 255) = 68.87%

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

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 68.87%
G = 0%
B = 31.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0005E (or 0xD0005E) is known color: Razzmatazz. HEX triplet: D0, 00 and 5E. RGB value is (208,0,94). Sum of RGB (Red+Green+Blue) = 208+0+94=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0005E is #2FFFA1. Grayscale: #484848. Windows color (decimal): -3145634 or 6160592. OLE color: 6160592.

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

Color convert

RGB 208 0 94 -
CMYK 0 1 0.55 0.18
HSL 332.88º 1% 0.41% -
HSV(B) 332.88º 1% 0.82% -
XYZ 28.03 14.22 11.86 -
YUV 72.91 139.91 224.36 -
System Red Green Blue C M Y K H S L
Decimal 208 0 94 0 1 0.55 0.18 332.88 1 0.41
Hex D0 0 5E 0 64 37 12 14D 64 29
Octal 320 0 136 0 144 67 22 515 144 51
Binary 11010000 0 1011110 0 1100100 110111 10010 101001101 1100100 101001

Color Harmonies of #D0005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0005E

Black with #D0005E

Text Example


Text Example

White with #D0005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0005E; }

 p { color: rgb(208,0,94); }

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

background-color css

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

 a { background-color: rgb(208,0,94); }

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

border-color css

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

 span { border-color: rgb(208,0,94); }

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