Html Css Color HEX #D60DBE Deep Magenta

📋 copy color: '#D60DBE'

red 214 ◦ green 13 ◦ blue 190

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

Shades of Deep Magenta #D60DBE

Tints of Deep Magenta #D60DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.12%

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 51.32%
G = 3.12%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D60DBE (or 0xD60DBE) is known color: Deep Magenta. HEX triplet: D6, 0D and BE. RGB value is (214,13,190). Sum of RGB (Red+Green+Blue) = 214+13+190=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D60DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60DBE is #29F241. Grayscale: #5C5C5C. Windows color (decimal): -2748994 or 12455382. OLE color: 12455382.

HSL color Cylindrical-coordinate representation of color #D60DBE: hue angle of 307.16º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60DBE is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 13 190 -
CMYK 0 0.94 0.11 0.16
HSL 307.16º 0.89% 0.45% -
HSV(B) 307.16º 0.94% 0.84% -
XYZ 37.17 18.3 50.29 -
YUV 93.28 182.59 214.11 -
System Red Green Blue C M Y K H S L
Decimal 214 13 190 0 0.94 0.11 0.16 307.16 0.89 0.45
Hex D6 D BE 0 5E B 10 133 59 2D
Octal 326 15 276 0 136 13 20 463 131 55
Binary 11010110 1101 10111110 0 1011110 1011 10000 100110011 1011001 101101

Color Harmonies of #D60DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60DBE

Black with #D60DBE

Text Example


Text Example

White with #D60DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60DBE; }

 p { color: rgb(214,13,190); }

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

background-color css

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

 a { background-color: rgb(214,13,190); }

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

border-color css

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

 span { border-color: rgb(214,13,190); }

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