Html Css Color HEX #DE015C Razzmatazz

📋 copy color: '#DE015C'

red 222 ◦ green 1 ◦ blue 92

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

Shades of Razzmatazz #DE015C

Tints of Razzmatazz #DE015C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 70.48%
G = 0.32%
B = 29.21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE015C (or 0xDE015C) is known color: Razzmatazz. HEX triplet: DE, 01 and 5C. RGB value is (222,1,92). Sum of RGB (Red+Green+Blue) = 222+1+92=315 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.48% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 222 - color contains mainly: red. Hex color #DE015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE015C is #21FEA3. Grayscale: #4D4D4D. Windows color (decimal): -2227876 or 6029790. OLE color: 6029790.

HSL color Cylindrical-coordinate representation of color #DE015C: hue angle of 335.29º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE015C is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 1 92 -
CMYK 0 1.00 0.59 0.13
HSL 335.29º 0.99% 0.44% -
HSV(B) 335.29º 1% 0.87% -
XYZ 32.07 16.32 11.59 -
YUV 77.45 136.22 231.1 -
System Red Green Blue C M Y K H S L
Decimal 222 1 92 0 1.00 0.59 0.13 335.29 0.99 0.44
Hex DE 1 5C 0 64 3B D 14F 63 2C
Octal 336 1 134 0 144 73 15 517 143 54
Binary 11011110 1 1011100 0 1100100 111011 1101 101001111 1100011 101100

Color Harmonies of #DE015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE015C

Black with #DE015C

Text Example


Text Example

White with #DE015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE015C; }

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

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

background-color css

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

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

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

border-color css

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

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

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