Html Css Color HEX #DA0CDB Deep Magenta

📋 copy color: '#DA0CDB'

red 218 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #DA0CDB

Tints of Deep Magenta #DA0CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 48.55%
G = 2.67%
B = 48.78%

CMYK

 C value IS 0.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA0CDB (or 0xDA0CDB) is known color: Deep Magenta. HEX triplet: DA, 0C and DB. RGB value is (218,12,219). Sum of RGB (Red+Green+Blue) = 218+12+219=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA0CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0CDB is #25F324. Grayscale: #606060. Windows color (decimal): -2487077 or 14355674. OLE color: 14355674.

HSL color Cylindrical-coordinate representation of color #DA0CDB: hue angle of 299.71º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0CDB is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 12 219 -
CMYK 0.00 0.95 0 0.14
HSL 299.71º 0.9% 0.45% -
HSV(B) 299.71º 0.95% 0.86% -
XYZ 41.83 20.28 68.73 -
YUV 97.19 196.75 214.17 -
System Red Green Blue C M Y K H S L
Decimal 218 12 219 0.00 0.95 0 0.14 299.71 0.9 0.45
Hex DA C DB 0 5F 0 E 12C 5A 2D
Octal 332 14 333 0 137 0 16 454 132 55
Binary 11011010 1100 11011011 0 1011111 0 1110 100101100 1011010 101101

Color Harmonies of #DA0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0CDB

Black with #DA0CDB

Text Example


Text Example

White with #DA0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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