Html Css Color HEX #D60BDB Deep Magenta

📋 copy color: '#D60BDB'

red 214 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #D60BDB

Tints of Deep Magenta #D60BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.48%

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

R = 48.2%
G = 2.48%
B = 49.32%

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

#D60BDB (or 0xD60BDB) is known color: Deep Magenta. HEX triplet: D6, 0B and DB. RGB value is (214,11,219). Sum of RGB (Red+Green+Blue) = 214+11+219=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #D60BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60BDB is #29F424. Grayscale: #5E5E5E. Windows color (decimal): -2749477 or 14355414. OLE color: 14355414.

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

Color convert

RGB 214 11 219 -
CMYK 0.02 0.95 0 0.14
HSL 298.56º 0.9% 0.45% -
HSV(B) 298.56º 0.95% 0.86% -
XYZ 40.64 19.65 68.67 -
YUV 95.41 197.75 212.59 -
System Red Green Blue C M Y K H S L
Decimal 214 11 219 0.02 0.95 0 0.14 298.56 0.9 0.45
Hex D6 B DB 2 5F 0 E 12B 5A 2D
Octal 326 13 333 2 137 0 16 453 132 55
Binary 11010110 1011 11011011 10 1011111 0 1110 100101011 1011010 101101

Color Harmonies of #D60BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60BDB

Black with #D60BDB

Text Example


Text Example

White with #D60BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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