Html Css Color HEX #D60AB4 Deep Magenta

📋 copy color: '#D60AB4'

red 214 ◦ green 10 ◦ blue 180

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

Shades of Deep Magenta #D60AB4

Tints of Deep Magenta #D60AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.55%

R = 52.97%
G = 2.48%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D60AB4 (or 0xD60AB4) is known color: Deep Magenta. HEX triplet: D6, 0A and B4. RGB value is (214,10,180). Sum of RGB (Red+Green+Blue) = 214+10+180=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D60AB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60AB4 is #29F54B. Grayscale: #595959. Windows color (decimal): -2749772 or 11799254. OLE color: 11799254.

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

Color convert

RGB 214 10 180 -
CMYK 0 0.95 0.16 0.16
HSL 310º 0.91% 0.44% -
HSV(B) 310º 0.95% 0.84% -
XYZ 36.08 17.81 44.72 -
YUV 90.38 178.59 216.18 -
System Red Green Blue C M Y K H S L
Decimal 214 10 180 0 0.95 0.16 0.16 310 0.91 0.44
Hex D6 A B4 0 5F 10 10 136 5B 2C
Octal 326 12 264 0 137 20 20 466 133 54
Binary 11010110 1010 10110100 0 1011111 10000 10000 100110110 1011011 101100

Color Harmonies of #D60AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60AB4

Black with #D60AB4

Text Example


Text Example

White with #D60AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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