Html Css Color HEX #DA24CE Deep Magenta

📋 copy color: '#DA24CE'

red 218 ◦ green 36 ◦ blue 206

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

Shades of Deep Magenta #DA24CE

Tints of Deep Magenta #DA24CE

RGB

 RED value IS 218 (85.55% from 255) = 47.39%

 GREEN value IS 36 (14.45% from 255) = 7.83%

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 47.39%
G = 7.83%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA24CE (or 0xDA24CE) is known color: Deep Magenta. HEX triplet: DA, 24 and CE. RGB value is (218,36,206). Sum of RGB (Red+Green+Blue) = 218+36+206=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA24CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA24CE is #25DB31. Grayscale: #6D6D6D. Windows color (decimal): -2480946 or 13509850. OLE color: 13509850.

HSL color Cylindrical-coordinate representation of color #DA24CE: hue angle of 303.96º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA24CE is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 36 206 -
CMYK 0 0.83 0.06 0.15
HSL 303.96º 0.72% 0.5% -
HSV(B) 303.96º 0.83% 0.85% -
XYZ 40.68 20.62 60.23 -
YUV 109.8 182.3 205.18 -
System Red Green Blue C M Y K H S L
Decimal 218 36 206 0 0.83 0.06 0.15 303.96 0.72 0.5
Hex DA 24 CE 0 53 6 F 130 48 32
Octal 332 44 316 0 123 6 17 460 110 62
Binary 11011010 100100 11001110 0 1010011 110 1111 100110000 1001000 110010

Color Harmonies of #DA24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA24CE

Black with #DA24CE

Text Example


Text Example

White with #DA24CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA24CE; }

 p { color: rgb(218,36,206); }

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

background-color css

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

 a { background-color: rgb(218,36,206); }

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

border-color css

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

 span { border-color: rgb(218,36,206); }

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