Html Css Color HEX #DA15BC Deep Magenta

📋 copy color: '#DA15BC'

red 218 ◦ green 21 ◦ blue 188

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

Shades of Deep Magenta #DA15BC

Tints of Deep Magenta #DA15BC

RGB

 RED value IS 218 (85.55% from 255) = 51.05%

 GREEN value IS 21 (8.59% from 255) = 4.92%

 BLUE value IS 188 (73.83% from 255) = 44.03%

R = 51.05%
G = 4.92%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA15BC (or 0xDA15BC) is known color: Deep Magenta. HEX triplet: DA, 15 and BC. RGB value is (218,21,188). Sum of RGB (Red+Green+Blue) = 218+21+188=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15BC is #25EA43. Grayscale: #626262. Windows color (decimal): -2484804 or 12326362. OLE color: 12326362.

HSL color Cylindrical-coordinate representation of color #DA15BC: hue angle of 309.14º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA15BC is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 188 -
CMYK 0 0.90 0.14 0.15
HSL 309.14º 0.82% 0.47% -
HSV(B) 309.14º 0.9% 0.85% -
XYZ 38.26 19.07 49.24 -
YUV 98.94 178.27 212.92 -
System Red Green Blue C M Y K H S L
Decimal 218 21 188 0 0.90 0.14 0.15 309.14 0.82 0.47
Hex DA 15 BC 0 5A E F 135 52 2F
Octal 332 25 274 0 132 16 17 465 122 57
Binary 11011010 10101 10111100 0 1011010 1110 1111 100110101 1010010 101111

Color Harmonies of #DA15BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA15BC

Black with #DA15BC

Text Example


Text Example

White with #DA15BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA15BC; }

 p { color: rgb(218,21,188); }

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

background-color css

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

 a { background-color: rgb(218,21,188); }

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

border-color css

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

 span { border-color: rgb(218,21,188); }

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