Html Css Color HEX #D60ACB Deep Magenta

📋 copy color: '#D60ACB'

red 214 ◦ green 10 ◦ blue 203

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

Shades of Deep Magenta #D60ACB

Tints of Deep Magenta #D60ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.34%

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 50.12%
G = 2.34%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D60ACB (or 0xD60ACB) is known color: Deep Magenta. HEX triplet: D6, 0A and CB. RGB value is (214,10,203). Sum of RGB (Red+Green+Blue) = 214+10+203=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D60ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60ACB is #29F534. Grayscale: #5C5C5C. Windows color (decimal): -2749749 or 13306582. OLE color: 13306582.

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

Color convert

RGB 214 10 203 -
CMYK 0 0.95 0.05 0.16
HSL 303.24º 0.91% 0.44% -
HSV(B) 303.24º 0.95% 0.84% -
XYZ 38.62 18.83 58.1 -
YUV 93 190.09 214.31 -
System Red Green Blue C M Y K H S L
Decimal 214 10 203 0 0.95 0.05 0.16 303.24 0.91 0.44
Hex D6 A CB 0 5F 5 10 12F 5B 2C
Octal 326 12 313 0 137 5 20 457 133 54
Binary 11010110 1010 11001011 0 1011111 101 10000 100101111 1011011 101100

Color Harmonies of #D60ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60ACB

Black with #D60ACB

Text Example


Text Example

White with #D60ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60ACB; }

 p { color: rgb(214,10,203); }

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

background-color css

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

 a { background-color: rgb(214,10,203); }

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

border-color css

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

 span { border-color: rgb(214,10,203); }

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