Html Css Color HEX #D60BDD Deep Magenta

📋 copy color: '#D60BDD'

red 214 ◦ green 11 ◦ blue 221

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

Shades of Deep Magenta #D60BDD

Tints of Deep Magenta #D60BDD

RGB

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

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

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

R = 47.98%
G = 2.47%
B = 49.55%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D60BDD (or 0xD60BDD) is known color: Deep Magenta. HEX triplet: D6, 0B and DD. RGB value is (214,11,221). Sum of RGB (Red+Green+Blue) = 214+11+221=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 11 (4.69% from 255 or 2.47% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #D60BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60BDD is #29F422. Grayscale: #5F5F5F. Windows color (decimal): -2749475 or 14486486. OLE color: 14486486.

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

Color convert

RGB 214 11 221 -
CMYK 0.03 0.95 0 0.13
HSL 298º 0.91% 0.45% -
HSV(B) 298º 0.95% 0.87% -
XYZ 40.9 19.76 70.06 -
YUV 95.64 198.75 212.42 -
System Red Green Blue C M Y K H S L
Decimal 214 11 221 0.03 0.95 0 0.13 298 0.91 0.45
Hex D6 B DD 3 5F 0 D 12A 5B 2D
Octal 326 13 335 3 137 0 15 452 133 55
Binary 11010110 1011 11011101 11 1011111 0 1101 100101010 1011011 101101

Color Harmonies of #D60BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60BDD

Black with #D60BDD

Text Example


Text Example

White with #D60BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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