Html Css Color HEX #DE0047 Razzmatazz

📋 copy color: '#DE0047'

red 222 ◦ green 0 ◦ blue 71

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

Shades of Razzmatazz #DE0047

Tints of Razzmatazz #DE0047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 75.77%
G = 0%
B = 24.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE0047 (or 0xDE0047) is known color: Razzmatazz. HEX triplet: DE, 00 and 47. RGB value is (222,0,71). Sum of RGB (Red+Green+Blue) = 222+0+71=293 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.77% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0047 is #21FFB8. Grayscale: #4A4A4A. Windows color (decimal): -2228153 or 4653278. OLE color: 4653278.

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

Color convert

RGB 222 0 71 -
CMYK 0 1 0.68 0.13
HSL 340.81º 1% 0.44% -
HSV(B) 340.81º 1% 0.87% -
XYZ 31.26 15.98 7.4 -
YUV 74.47 126.05 233.23 -
System Red Green Blue C M Y K H S L
Decimal 222 0 71 0 1 0.68 0.13 340.81 1 0.44
Hex DE 0 47 0 64 44 D 155 64 2C
Octal 336 0 107 0 144 104 15 525 144 54
Binary 11011110 0 1000111 0 1100100 1000100 1101 101010101 1100100 101100

Color Harmonies of #DE0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0047

Black with #DE0047

Text Example


Text Example

White with #DE0047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0047; }

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

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

background-color css

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

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

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

border-color css

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

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

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