Html Css Color HEX #DA0CE4 Deep Magenta

📋 copy color: '#DA0CE4'

red 218 ◦ green 12 ◦ blue 228

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

Shades of Deep Magenta #DA0CE4

Tints of Deep Magenta #DA0CE4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.62%

 BLUE value IS 228 (89.45% from 255) = 49.78%

R = 47.6%
G = 2.62%
B = 49.78%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DA0CE4 (or 0xDA0CE4) is known color: Deep Magenta. HEX triplet: DA, 0C and E4. RGB value is (218,12,228). Sum of RGB (Red+Green+Blue) = 218+12+228=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 12 (5.08% from 255 or 2.62% from 458); Blue value is 228 (89.45% from 255 or 49.78% from 458); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA0CE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0CE4 is #25F31B. Grayscale: #616161. Windows color (decimal): -2487068 or 14945498. OLE color: 14945498.

HSL color Cylindrical-coordinate representation of color #DA0CE4: hue angle of 297.22º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0CE4 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 12 228 -
CMYK 0.04 0.95 0 0.11
HSL 297.22º 0.9% 0.47% -
HSV(B) 297.22º 0.95% 0.89% -
XYZ 43.05 20.77 75.14 -
YUV 98.22 201.25 213.44 -
System Red Green Blue C M Y K H S L
Decimal 218 12 228 0.04 0.95 0 0.11 297.22 0.9 0.47
Hex DA C E4 4 5F 0 B 129 5A 2F
Octal 332 14 344 4 137 0 13 451 132 57
Binary 11011010 1100 11100100 100 1011111 0 1011 100101001 1011010 101111

Color Harmonies of #DA0CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0CE4

Black with #DA0CE4

Text Example


Text Example

White with #DA0CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0CE4; }

 p { color: rgb(218,12,228); }

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

background-color css

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

 a { background-color: rgb(218,12,228); }

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

border-color css

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

 span { border-color: rgb(218,12,228); }

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