Html Css Color HEX #DE00C3 Deep Magenta

📋 copy color: '#DE00C3'

red 222 ◦ green 0 ◦ blue 195

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

Shades of Deep Magenta #DE00C3

Tints of Deep Magenta #DE00C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.76%

R = 53.24%
G = 0%
B = 46.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DE00C3 (or 0xDE00C3) is known color: Deep Magenta. HEX triplet: DE, 00 and C3. RGB value is (222,0,195). Sum of RGB (Red+Green+Blue) = 222+0+195=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00C3 is #21FF3C. Grayscale: #585858. Windows color (decimal): -2228029 or 12779742. OLE color: 12779742.

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

Color convert

RGB 222 0 195 -
CMYK 0 1 0.12 0.13
HSL 307.3º 1% 0.44% -
HSV(B) 307.3º 1% 0.87% -
XYZ 39.97 19.47 53.28 -
YUV 88.61 188.05 223.14 -
System Red Green Blue C M Y K H S L
Decimal 222 0 195 0 1 0.12 0.13 307.3 1 0.44
Hex DE 0 C3 0 64 C D 133 64 2C
Octal 336 0 303 0 144 14 15 463 144 54
Binary 11011110 0 11000011 0 1100100 1100 1101 100110011 1100100 101100

Color Harmonies of #DE00C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE00C3

Black with #DE00C3

Text Example


Text Example

White with #DE00C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE00C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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