Html Css Color HEX #D60CDB Deep Magenta

📋 copy color: '#D60CDB'

red 214 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #D60CDB

Tints of Deep Magenta #D60CDB

RGB

 RED value IS 214 (83.98% from 255) = 48.09%

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

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

R = 48.09%
G = 2.7%
B = 49.21%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D60CDB (or 0xD60CDB) is known color: Deep Magenta. HEX triplet: D6, 0C and DB. RGB value is (214,12,219). Sum of RGB (Red+Green+Blue) = 214+12+219=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #D60CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CDB is #29F324. Grayscale: #5F5F5F. Windows color (decimal): -2749221 or 14355670. OLE color: 14355670.

HSL color Cylindrical-coordinate representation of color #D60CDB: hue angle of 298.55º 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 #D60CDB is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 12 219 -
CMYK 0.02 0.95 0 0.14
HSL 298.55º 0.9% 0.45% -
HSV(B) 298.55º 0.95% 0.86% -
XYZ 40.65 19.67 68.67 -
YUV 96 197.42 212.17 -
System Red Green Blue C M Y K H S L
Decimal 214 12 219 0.02 0.95 0 0.14 298.55 0.9 0.45
Hex D6 C DB 2 5F 0 E 12B 5A 2D
Octal 326 14 333 2 137 0 16 453 132 55
Binary 11010110 1100 11011011 10 1011111 0 1110 100101011 1011010 101101

Color Harmonies of #D60CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CDB

Black with #D60CDB

Text Example


Text Example

White with #D60CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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