Html Css Color HEX #D018BA Deep Magenta

📋 copy color: '#D018BA'

red 208 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #D018BA

Tints of Deep Magenta #D018BA

RGB

 RED value IS 208 (81.64% from 255) = 49.76%

 GREEN value IS 24 (9.77% from 255) = 5.74%

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 49.76%
G = 5.74%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D018BA (or 0xD018BA) is known color: Deep Magenta. HEX triplet: D0, 18 and BA. RGB value is (208,24,186). Sum of RGB (Red+Green+Blue) = 208+24+186=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D018BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D018BA is #2FE745. Grayscale: #616161. Windows color (decimal): -3139398 or 12196048. OLE color: 12196048.

HSL color Cylindrical-coordinate representation of color #D018BA: hue angle of 307.17º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D018BA is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 24 186 -
CMYK 0 0.88 0.11 0.18
HSL 307.17º 0.79% 0.45% -
HSV(B) 307.17º 0.88% 0.82% -
XYZ 35.2 17.61 48 -
YUV 97.48 177.96 206.83 -
System Red Green Blue C M Y K H S L
Decimal 208 24 186 0 0.88 0.11 0.18 307.17 0.79 0.45
Hex D0 18 BA 0 58 B 12 133 4F 2D
Octal 320 30 272 0 130 13 22 463 117 55
Binary 11010000 11000 10111010 0 1011000 1011 10010 100110011 1001111 101101

Color Harmonies of #D018BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D018BA

Black with #D018BA

Text Example


Text Example

White with #D018BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D018BA; }

 p { color: rgb(208,24,186); }

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

background-color css

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

 a { background-color: rgb(208,24,186); }

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

border-color css

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

 span { border-color: rgb(208,24,186); }

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