Html Css Color HEX #D60CBB Deep Magenta

📋 copy color: '#D60CBB'

red 214 ◦ green 12 ◦ blue 187

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

Shades of Deep Magenta #D60CBB

Tints of Deep Magenta #D60CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 51.82%
G = 2.91%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D60CBB (or 0xD60CBB) is known color: Deep Magenta. HEX triplet: D6, 0C and BB. RGB value is (214,12,187). Sum of RGB (Red+Green+Blue) = 214+12+187=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CBB is #29F344. Grayscale: #5B5B5B. Windows color (decimal): -2749253 or 12258518. OLE color: 12258518.

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

Color convert

RGB 214 12 187 -
CMYK 0 0.94 0.13 0.16
HSL 308.02º 0.89% 0.44% -
HSV(B) 308.02º 0.94% 0.84% -
XYZ 36.83 18.15 48.58 -
YUV 92.35 181.42 214.77 -
System Red Green Blue C M Y K H S L
Decimal 214 12 187 0 0.94 0.13 0.16 308.02 0.89 0.44
Hex D6 C BB 0 5E D 10 134 59 2C
Octal 326 14 273 0 136 15 20 464 131 54
Binary 11010110 1100 10111011 0 1011110 1101 10000 100110100 1011001 101100

Color Harmonies of #D60CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CBB

Black with #D60CBB

Text Example


Text Example

White with #D60CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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