Html Css Color HEX #D60CDD Deep Magenta

📋 copy color: '#D60CDD'

red 214 ◦ green 12 ◦ blue 221

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

Shades of Deep Magenta #D60CDD

Tints of Deep Magenta #D60CDD

RGB

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

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

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

R = 47.87%
G = 2.68%
B = 49.44%

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

#D60CDD (or 0xD60CDD) is known color: Deep Magenta. HEX triplet: D6, 0C and DD. RGB value is (214,12,221). Sum of RGB (Red+Green+Blue) = 214+12+221=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #D60CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CDD is #29F322. Grayscale: #5F5F5F. Windows color (decimal): -2749219 or 14486742. OLE color: 14486742.

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

Color convert

RGB 214 12 221 -
CMYK 0.03 0.95 0 0.13
HSL 297.99º 0.9% 0.46% -
HSV(B) 297.99º 0.95% 0.87% -
XYZ 40.91 19.78 70.07 -
YUV 96.22 198.42 212.01 -
System Red Green Blue C M Y K H S L
Decimal 214 12 221 0.03 0.95 0 0.13 297.99 0.9 0.46
Hex D6 C DD 3 5F 0 D 12A 5A 2E
Octal 326 14 335 3 137 0 15 452 132 56
Binary 11010110 1100 11011101 11 1011111 0 1101 100101010 1011010 101110

Color Harmonies of #D60CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CDD

Black with #D60CDD

Text Example


Text Example

White with #D60CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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