Html Css Color HEX #D60CBE Deep Magenta

📋 copy color: '#D60CBE'

red 214 ◦ green 12 ◦ blue 190

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

Shades of Deep Magenta #D60CBE

Tints of Deep Magenta #D60CBE

RGB

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

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

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

R = 51.44%
G = 2.88%
B = 45.67%

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

#D60CBE (or 0xD60CBE) is known color: Deep Magenta. HEX triplet: D6, 0C and BE. RGB value is (214,12,190). Sum of RGB (Red+Green+Blue) = 214+12+190=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CBE is #29F341. Grayscale: #5C5C5C. Windows color (decimal): -2749250 or 12455126. OLE color: 12455126.

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

Color convert

RGB 214 12 190 -
CMYK 0 0.94 0.11 0.16
HSL 307.13º 0.89% 0.44% -
HSV(B) 307.13º 0.94% 0.84% -
XYZ 37.16 18.28 50.28 -
YUV 92.69 182.92 214.53 -
System Red Green Blue C M Y K H S L
Decimal 214 12 190 0 0.94 0.11 0.16 307.13 0.89 0.44
Hex D6 C BE 0 5E B 10 133 59 2C
Octal 326 14 276 0 136 13 20 463 131 54
Binary 11010110 1100 10111110 0 1011110 1011 10000 100110011 1011001 101100

Color Harmonies of #D60CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CBE

Black with #D60CBE

Text Example


Text Example

White with #D60CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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