Html Css Color HEX #D70CDF Deep Magenta

📋 copy color: '#D70CDF'

red 215 ◦ green 12 ◦ blue 223

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

Shades of Deep Magenta #D70CDF

Tints of Deep Magenta #D70CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 47.78%
G = 2.67%
B = 49.56%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D70CDF (or 0xD70CDF) is known color: Deep Magenta. HEX triplet: D7, 0C and DF. RGB value is (215,12,223). Sum of RGB (Red+Green+Blue) = 215+12+223=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #D70CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CDF is #28F320. Grayscale: #606060. Windows color (decimal): -2683681 or 14617815. OLE color: 14617815.

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

Color convert

RGB 215 12 223 -
CMYK 0.04 0.95 0 0.13
HSL 297.73º 0.9% 0.46% -
HSV(B) 297.73º 0.95% 0.87% -
XYZ 41.48 20.04 71.49 -
YUV 96.75 199.25 212.34 -
System Red Green Blue C M Y K H S L
Decimal 215 12 223 0.04 0.95 0 0.13 297.73 0.9 0.46
Hex D7 C DF 4 5F 0 D 12A 5A 2E
Octal 327 14 337 4 137 0 15 452 132 56
Binary 11010111 1100 11011111 100 1011111 0 1101 100101010 1011010 101110

Color Harmonies of #D70CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CDF

Black with #D70CDF

Text Example


Text Example

White with #D70CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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