Html Css Color HEX #D60CBD Deep Magenta

📋 copy color: '#D60CBD'

red 214 ◦ green 12 ◦ blue 189

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

Shades of Deep Magenta #D60CBD

Tints of Deep Magenta #D60CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 51.57%
G = 2.89%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D60CBD (or 0xD60CBD) is known color: Deep Magenta. HEX triplet: D6, 0C and BD. RGB value is (214,12,189). Sum of RGB (Red+Green+Blue) = 214+12+189=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CBD is #29F342. Grayscale: #5C5C5C. Windows color (decimal): -2749251 or 12389590. OLE color: 12389590.

HSL color Cylindrical-coordinate representation of color #D60CBD: hue angle of 307.43º 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 #D60CBD is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 12 189 -
CMYK 0 0.94 0.12 0.16
HSL 307.43º 0.89% 0.44% -
HSV(B) 307.43º 0.94% 0.84% -
XYZ 37.05 18.23 49.71 -
YUV 92.58 182.42 214.61 -
System Red Green Blue C M Y K H S L
Decimal 214 12 189 0 0.94 0.12 0.16 307.43 0.89 0.44
Hex D6 C BD 0 5E C 10 133 59 2C
Octal 326 14 275 0 136 14 20 463 131 54
Binary 11010110 1100 10111101 0 1011110 1100 10000 100110011 1011001 101100

Color Harmonies of #D60CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CBD

Black with #D60CBD

Text Example


Text Example

White with #D60CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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