Html Css Color HEX #D70BDD Deep Magenta

📋 copy color: '#D70BDD'

red 215 ◦ green 11 ◦ blue 221

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

Shades of Deep Magenta #D70BDD

Tints of Deep Magenta #D70BDD

RGB

 RED value IS 215 (84.38% from 255) = 48.1%

 GREEN value IS 11 (4.69% from 255) = 2.46%

 BLUE value IS 221 (86.72% from 255) = 49.44%

R = 48.1%
G = 2.46%
B = 49.44%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D70BDD (or 0xD70BDD) is known color: Deep Magenta. HEX triplet: D7, 0B and DD. RGB value is (215,11,221). Sum of RGB (Red+Green+Blue) = 215+11+221=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #D70BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70BDD is #28F422. Grayscale: #5F5F5F. Windows color (decimal): -2683939 or 14486487. OLE color: 14486487.

HSL color Cylindrical-coordinate representation of color #D70BDD: hue angle of 298.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70BDD is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 11 221 -
CMYK 0.03 0.95 0 0.13
HSL 298.29º 0.91% 0.45% -
HSV(B) 298.29º 0.95% 0.87% -
XYZ 41.2 19.91 70.08 -
YUV 95.94 198.59 212.92 -
System Red Green Blue C M Y K H S L
Decimal 215 11 221 0.03 0.95 0 0.13 298.29 0.91 0.45
Hex D7 B DD 3 5F 0 D 12A 5B 2D
Octal 327 13 335 3 137 0 15 452 133 55
Binary 11010111 1011 11011101 11 1011111 0 1101 100101010 1011011 101101

Color Harmonies of #D70BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70BDD

Black with #D70BDD

Text Example


Text Example

White with #D70BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70BDD; }

 p { color: rgb(215,11,221); }

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

background-color css

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

 a { background-color: rgb(215,11,221); }

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

border-color css

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

 span { border-color: rgb(215,11,221); }

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