Html Css Color HEX #DA0CDD Deep Magenta

📋 copy color: '#DA0CDD'

red 218 ◦ green 12 ◦ blue 221

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

Shades of Deep Magenta #DA0CDD

Tints of Deep Magenta #DA0CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 48.34%
G = 2.66%
B = 49%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA0CDD (or 0xDA0CDD) is known color: Deep Magenta. HEX triplet: DA, 0C and DD. RGB value is (218,12,221). Sum of RGB (Red+Green+Blue) = 218+12+221=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 12 (5.08% from 255 or 2.66% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0CDD is #25F322. Grayscale: #606060. Windows color (decimal): -2487075 or 14486746. OLE color: 14486746.

HSL color Cylindrical-coordinate representation of color #DA0CDD: hue angle of 299.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0CDD is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 12 221 -
CMYK 0.01 0.95 0 0.13
HSL 299.14º 0.9% 0.46% -
HSV(B) 299.14º 0.95% 0.87% -
XYZ 42.1 20.39 70.12 -
YUV 97.42 197.75 214.01 -
System Red Green Blue C M Y K H S L
Decimal 218 12 221 0.01 0.95 0 0.13 299.14 0.9 0.46
Hex DA C DD 1 5F 0 D 12B 5A 2E
Octal 332 14 335 1 137 0 15 453 132 56
Binary 11011010 1100 11011101 1 1011111 0 1101 100101011 1011010 101110

Color Harmonies of #DA0CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0CDD

Black with #DA0CDD

Text Example


Text Example

White with #DA0CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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