Html Css Color HEX #D70CE2 Deep Magenta

📋 copy color: '#D70CE2'

red 215 ◦ green 12 ◦ blue 226

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

Shades of Deep Magenta #D70CE2

Tints of Deep Magenta #D70CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 49.89%

R = 47.46%
G = 2.65%
B = 49.89%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D70CE2 (or 0xD70CE2) is known color: Deep Magenta. HEX triplet: D7, 0C and E2. RGB value is (215,12,226). Sum of RGB (Red+Green+Blue) = 215+12+226=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 12 (5.08% from 255 or 2.65% from 453); Blue value is 226 (88.67% from 255 or 49.89% from 453); Max value from RGB is 226 - color contains mainly: blue. Hex color #D70CE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CE2 is #28F31D. Grayscale: #606060. Windows color (decimal): -2683678 or 14814423. OLE color: 14814423.

HSL color Cylindrical-coordinate representation of color #D70CE2: hue angle of 296.92º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70CE2 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 215 12 226 -
CMYK 0.05 0.95 0 0.11
HSL 296.92º 0.9% 0.47% -
HSV(B) 296.92º 0.95% 0.89% -
XYZ 41.88 20.2 73.64 -
YUV 97.09 200.75 212.1 -
System Red Green Blue C M Y K H S L
Decimal 215 12 226 0.05 0.95 0 0.11 296.92 0.9 0.47
Hex D7 C E2 5 5F 0 B 129 5A 2F
Octal 327 14 342 5 137 0 13 451 132 57
Binary 11010111 1100 11100010 101 1011111 0 1011 100101001 1011010 101111

Color Harmonies of #D70CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CE2

Black with #D70CE2

Text Example


Text Example

White with #D70CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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