Html Css Color HEX #DE095B Razzmatazz

📋 copy color: '#DE095B'

red 222 ◦ green 9 ◦ blue 91

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

Shades of Razzmatazz #DE095B

Tints of Razzmatazz #DE095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 68.94%
G = 2.8%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE095B (or 0xDE095B) is known color: Razzmatazz. HEX triplet: DE, 09 and 5B. RGB value is (222,9,91). Sum of RGB (Red+Green+Blue) = 222+9+91=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE095B is #21F6A4. Grayscale: #515151. Windows color (decimal): -2225829 or 5966302. OLE color: 5966302.

HSL color Cylindrical-coordinate representation of color #DE095B: hue angle of 336.9º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE095B is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 9 91 -
CMYK 0 0.96 0.59 0.13
HSL 336.9º 0.92% 0.45% -
HSV(B) 336.9º 0.96% 0.87% -
XYZ 32.11 16.48 11.39 -
YUV 82.04 133.07 227.83 -
System Red Green Blue C M Y K H S L
Decimal 222 9 91 0 0.96 0.59 0.13 336.9 0.92 0.45
Hex DE 9 5B 0 60 3B D 151 5C 2D
Octal 336 11 133 0 140 73 15 521 134 55
Binary 11011110 1001 1011011 0 1100000 111011 1101 101010001 1011100 101101

Color Harmonies of #DE095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE095B

Black with #DE095B

Text Example


Text Example

White with #DE095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE095B; }

 p { color: rgb(222,9,91); }

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

background-color css

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

 a { background-color: rgb(222,9,91); }

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

border-color css

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

 span { border-color: rgb(222,9,91); }

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