Html Css Color HEX #DE23D3 Deep Magenta

📋 copy color: '#DE23D3'

red 222 ◦ green 35 ◦ blue 211

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

Shades of Deep Magenta #DE23D3

Tints of Deep Magenta #DE23D3

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.48%

 BLUE value IS 211 (82.81% from 255) = 45.09%

R = 47.44%
G = 7.48%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE23D3 (or 0xDE23D3) is known color: Deep Magenta. HEX triplet: DE, 23 and D3. RGB value is (222,35,211). Sum of RGB (Red+Green+Blue) = 222+35+211=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE23D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE23D3 is #21DC2C. Grayscale: #6E6E6E. Windows color (decimal): -2219053 or 13837278. OLE color: 13837278.

HSL color Cylindrical-coordinate representation of color #DE23D3: hue angle of 303.53º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE23D3 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 35 211 -
CMYK 0 0.84 0.05 0.13
HSL 303.53º 0.74% 0.5% -
HSV(B) 303.53º 0.84% 0.87% -
XYZ 42.48 21.43 63.53 -
YUV 110.98 184.45 207.19 -
System Red Green Blue C M Y K H S L
Decimal 222 35 211 0 0.84 0.05 0.13 303.53 0.74 0.5
Hex DE 23 D3 0 54 5 D 130 4A 32
Octal 336 43 323 0 124 5 15 460 112 62
Binary 11011110 100011 11010011 0 1010100 101 1101 100110000 1001010 110010

Color Harmonies of #DE23D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE23D3

Black with #DE23D3

Text Example


Text Example

White with #DE23D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE23D3; }

 p { color: rgb(222,35,211); }

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

background-color css

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

 a { background-color: rgb(222,35,211); }

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

border-color css

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

 span { border-color: rgb(222,35,211); }

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