Html Css Color HEX #DE0057 Razzmatazz

📋 copy color: '#DE0057'

red 222 ◦ green 0 ◦ blue 87

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

Shades of Razzmatazz #DE0057

Tints of Razzmatazz #DE0057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.16%

R = 71.84%
G = 0%
B = 28.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DE0057 (or 0xDE0057) is known color: Razzmatazz. HEX triplet: DE, 00 and 57. RGB value is (222,0,87). Sum of RGB (Red+Green+Blue) = 222+0+87=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0057 is #21FFA8. Grayscale: #4C4C4C. Windows color (decimal): -2228137 or 5701854. OLE color: 5701854.

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

Color convert

RGB 222 0 87 -
CMYK 0 1 0.61 0.13
HSL 336.49º 1% 0.44% -
HSV(B) 336.49º 1% 0.87% -
XYZ 31.84 16.22 10.47 -
YUV 76.3 134.05 231.93 -
System Red Green Blue C M Y K H S L
Decimal 222 0 87 0 1 0.61 0.13 336.49 1 0.44
Hex DE 0 57 0 64 3D D 150 64 2C
Octal 336 0 127 0 144 75 15 520 144 54
Binary 11011110 0 1010111 0 1100100 111101 1101 101010000 1100100 101100

Color Harmonies of #DE0057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0057

Black with #DE0057

Text Example


Text Example

White with #DE0057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0057; }

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

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

background-color css

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

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

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

border-color css

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

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

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