Html Css Color HEX #DE095C Razzmatazz

📋 copy color: '#DE095C'

red 222 ◦ green 9 ◦ blue 92

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

Shades of Razzmatazz #DE095C

Tints of Razzmatazz #DE095C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.48%

R = 68.73%
G = 2.79%
B = 28.48%

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

#DE095C (or 0xDE095C) is known color: Razzmatazz. HEX triplet: DE, 09 and 5C. RGB value is (222,9,92). Sum of RGB (Red+Green+Blue) = 222+9+92=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE095C is #21F6A3. Grayscale: #525252. Windows color (decimal): -2225828 or 6031838. OLE color: 6031838.

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

Color convert

RGB 222 9 92 -
CMYK 0 0.96 0.59 0.13
HSL 336.62º 0.92% 0.45% -
HSV(B) 336.62º 0.96% 0.87% -
XYZ 32.15 16.5 11.61 -
YUV 82.15 133.57 227.75 -
System Red Green Blue C M Y K H S L
Decimal 222 9 92 0 0.96 0.59 0.13 336.62 0.92 0.45
Hex DE 9 5C 0 60 3B D 151 5C 2D
Octal 336 11 134 0 140 73 15 521 134 55
Binary 11011110 1001 1011100 0 1100000 111011 1101 101010001 1011100 101101

Color Harmonies of #DE095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE095C

Black with #DE095C

Text Example


Text Example

White with #DE095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE095C; }

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

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

background-color css

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

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

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

border-color css

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

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

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