Html Css Color HEX #DE095D Razzmatazz

📋 copy color: '#DE095D'

red 222 ◦ green 9 ◦ blue 93

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

Shades of Razzmatazz #DE095D

Tints of Razzmatazz #DE095D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 68.52%
G = 2.78%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE095D (or 0xDE095D) is known color: Razzmatazz. HEX triplet: DE, 09 and 5D. RGB value is (222,9,93). Sum of RGB (Red+Green+Blue) = 222+9+93=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE095D is #21F6A2. Grayscale: #525252. Windows color (decimal): -2225827 or 6097374. OLE color: 6097374.

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

Color convert

RGB 222 9 93 -
CMYK 0 0.96 0.58 0.13
HSL 336.34º 0.92% 0.45% -
HSV(B) 336.34º 0.96% 0.87% -
XYZ 32.2 16.52 11.85 -
YUV 82.26 134.07 227.67 -
System Red Green Blue C M Y K H S L
Decimal 222 9 93 0 0.96 0.58 0.13 336.34 0.92 0.45
Hex DE 9 5D 0 60 3A D 150 5C 2D
Octal 336 11 135 0 140 72 15 520 134 55
Binary 11011110 1001 1011101 0 1100000 111010 1101 101010000 1011100 101101

Color Harmonies of #DE095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE095D

Black with #DE095D

Text Example


Text Example

White with #DE095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE095D; }

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

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

background-color css

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

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

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

border-color css

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

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

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