Html Css Color HEX #DE0059 Razzmatazz

📋 copy color: '#DE0059'

red 222 ◦ green 0 ◦ blue 89

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

Shades of Razzmatazz #DE0059

Tints of Razzmatazz #DE0059

RGB

 RED value IS 222 (87.11% from 255) = 71.38%

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

 BLUE value IS 89 (35.16% from 255) = 28.62%

R = 71.38%
G = 0%
B = 28.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DE0059 (or 0xDE0059) is known color: Razzmatazz. HEX triplet: DE, 00 and 59. RGB value is (222,0,89). Sum of RGB (Red+Green+Blue) = 222+0+89=311 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.38% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0059 is #21FFA6. Grayscale: #4C4C4C. Windows color (decimal): -2228135 or 5832926. OLE color: 5832926.

HSL color Cylindrical-coordinate representation of color #DE0059: hue angle of 335.95º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0059 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 0 89 -
CMYK 0 1 0.60 0.13
HSL 335.95º 1% 0.44% -
HSV(B) 335.95º 1% 0.87% -
XYZ 31.93 16.25 10.91 -
YUV 76.52 135.05 231.76 -
System Red Green Blue C M Y K H S L
Decimal 222 0 89 0 1 0.60 0.13 335.95 1 0.44
Hex DE 0 59 0 64 3C D 150 64 2C
Octal 336 0 131 0 144 74 15 520 144 54
Binary 11011110 0 1011001 0 1100100 111100 1101 101010000 1100100 101100

Color Harmonies of #DE0059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0059

Black with #DE0059

Text Example


Text Example

White with #DE0059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0059; }

 p { color: rgb(222,0,89); }

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

background-color css

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

 a { background-color: rgb(222,0,89); }

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

border-color css

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

 span { border-color: rgb(222,0,89); }

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