Html Css Color HEX #DA23CC Deep Magenta

📋 copy color: '#DA23CC'

red 218 ◦ green 35 ◦ blue 204

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

Shades of Deep Magenta #DA23CC

Tints of Deep Magenta #DA23CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 47.7%
G = 7.66%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA23CC (or 0xDA23CC) is known color: Deep Magenta. HEX triplet: DA, 23 and CC. RGB value is (218,35,204). Sum of RGB (Red+Green+Blue) = 218+35+204=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 35 (14.06% from 255 or 7.66% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23CC is #25DC33. Grayscale: #6C6C6C. Windows color (decimal): -2481204 or 13378522. OLE color: 13378522.

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

Color convert

RGB 218 35 204 -
CMYK 0 0.84 0.06 0.15
HSL 304.59º 0.72% 0.5% -
HSV(B) 304.59º 0.84% 0.85% -
XYZ 40.41 20.47 58.95 -
YUV 108.98 181.63 205.76 -
System Red Green Blue C M Y K H S L
Decimal 218 35 204 0 0.84 0.06 0.15 304.59 0.72 0.5
Hex DA 23 CC 0 54 6 F 131 48 32
Octal 332 43 314 0 124 6 17 461 110 62
Binary 11011010 100011 11001100 0 1010100 110 1111 100110001 1001000 110010

Color Harmonies of #DA23CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA23CC

Black with #DA23CC

Text Example


Text Example

White with #DA23CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA23CC; }

 p { color: rgb(218,35,204); }

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

background-color css

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

 a { background-color: rgb(218,35,204); }

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

border-color css

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

 span { border-color: rgb(218,35,204); }

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