Html Css Color HEX #D70CDB Deep Magenta

📋 copy color: '#D70CDB'

red 215 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #D70CDB

Tints of Deep Magenta #D70CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.69%

 BLUE value IS 219 (85.94% from 255) = 49.1%

R = 48.21%
G = 2.69%
B = 49.1%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D70CDB (or 0xD70CDB) is known color: Deep Magenta. HEX triplet: D7, 0C and DB. RGB value is (215,12,219). Sum of RGB (Red+Green+Blue) = 215+12+219=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #D70CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CDB is #28F324. Grayscale: #5F5F5F. Windows color (decimal): -2683685 or 14355671. OLE color: 14355671.

HSL color Cylindrical-coordinate representation of color #D70CDB: hue angle of 298.84º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70CDB is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 12 219 -
CMYK 0.02 0.95 0 0.14
HSL 298.84º 0.9% 0.45% -
HSV(B) 298.84º 0.95% 0.86% -
XYZ 40.94 19.82 68.69 -
YUV 96.3 197.25 212.67 -
System Red Green Blue C M Y K H S L
Decimal 215 12 219 0.02 0.95 0 0.14 298.84 0.9 0.45
Hex D7 C DB 2 5F 0 E 12B 5A 2D
Octal 327 14 333 2 137 0 16 453 132 55
Binary 11010111 1100 11011011 10 1011111 0 1110 100101011 1011010 101101

Color Harmonies of #D70CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CDB

Black with #D70CDB

Text Example


Text Example

White with #D70CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CDB; }

 p { color: rgb(215,12,219); }

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

background-color css

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

 a { background-color: rgb(215,12,219); }

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

border-color css

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

 span { border-color: rgb(215,12,219); }

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