Html Css Color HEX #DE00CA Deep Magenta

📋 copy color: '#DE00CA'

red 222 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #DE00CA

Tints of Deep Magenta #DE00CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 52.36%
G = 0%
B = 47.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE00CA (or 0xDE00CA) is known color: Deep Magenta. HEX triplet: DE, 00 and CA. RGB value is (222,0,202). Sum of RGB (Red+Green+Blue) = 222+0+202=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00CA is #21FF35. Grayscale: #585858. Windows color (decimal): -2228022 or 13238494. OLE color: 13238494.

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

Color convert

RGB 222 0 202 -
CMYK 0 1 0.09 0.13
HSL 305.41º 1% 0.44% -
HSV(B) 305.41º 1% 0.87% -
XYZ 40.78 19.79 57.55 -
YUV 89.41 191.55 222.57 -
System Red Green Blue C M Y K H S L
Decimal 222 0 202 0 1 0.09 0.13 305.41 1 0.44
Hex DE 0 CA 0 64 9 D 131 64 2C
Octal 336 0 312 0 144 11 15 461 144 54
Binary 11011110 0 11001010 0 1100100 1001 1101 100110001 1100100 101100

Color Harmonies of #DE00CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE00CA

Black with #DE00CA

Text Example


Text Example

White with #DE00CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE00CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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