Html Css Color HEX #D015BB Deep Magenta

📋 copy color: '#D015BB'

red 208 ◦ green 21 ◦ blue 187

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

Shades of Deep Magenta #D015BB

Tints of Deep Magenta #D015BB

RGB

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

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

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

R = 50%
G = 5.05%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D015BB (or 0xD015BB) is known color: Deep Magenta. HEX triplet: D0, 15 and BB. RGB value is (208,21,187). Sum of RGB (Red+Green+Blue) = 208+21+187=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D015BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D015BB is #2FEA44. Grayscale: #5F5F5F. Windows color (decimal): -3140165 or 12260816. OLE color: 12260816.

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

Color convert

RGB 208 21 187 -
CMYK 0 0.90 0.10 0.18
HSL 306.74º 0.82% 0.45% -
HSV(B) 306.74º 0.9% 0.82% -
XYZ 35.25 17.53 48.54 -
YUV 95.84 179.45 208 -
System Red Green Blue C M Y K H S L
Decimal 208 21 187 0 0.90 0.10 0.18 306.74 0.82 0.45
Hex D0 15 BB 0 5A A 12 133 52 2D
Octal 320 25 273 0 132 12 22 463 122 55
Binary 11010000 10101 10111011 0 1011010 1010 10010 100110011 1010010 101101

Color Harmonies of #D015BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D015BB

Black with #D015BB

Text Example


Text Example

White with #D015BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D015BB; }

 p { color: rgb(208,21,187); }

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

background-color css

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

 a { background-color: rgb(208,21,187); }

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

border-color css

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

 span { border-color: rgb(208,21,187); }

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