Html Css Color HEX #D702C5 Deep Magenta

📋 copy color: '#D702C5'

red 215 ◦ green 2 ◦ blue 197

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

Shades of Deep Magenta #D702C5

Tints of Deep Magenta #D702C5

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

 BLUE value IS 197 (77.34% from 255) = 47.58%

R = 51.93%
G = 0.48%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D702C5 (or 0xD702C5) is known color: Deep Magenta. HEX triplet: D7, 02 and C5. RGB value is (215,2,197). Sum of RGB (Red+Green+Blue) = 215+2+197=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 197 (77.34% from 255 or 47.58% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D702C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702C5 is #28FD3A. Grayscale: #575757. Windows color (decimal): -2686267 or 12911319. OLE color: 12911319.

HSL color Cylindrical-coordinate representation of color #D702C5: hue angle of 305.07º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D702C5 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 2 197 -
CMYK 0 0.99 0.08 0.16
HSL 305.07º 0.98% 0.43% -
HSV(B) 305.07º 0.99% 0.84% -
XYZ 38.12 18.52 54.39 -
YUV 87.92 189.57 218.64 -
System Red Green Blue C M Y K H S L
Decimal 215 2 197 0 0.99 0.08 0.16 305.07 0.98 0.43
Hex D7 2 C5 0 63 8 10 131 62 2B
Octal 327 2 305 0 143 10 20 461 142 53
Binary 11010111 10 11000101 0 1100011 1000 10000 100110001 1100010 101011

Color Harmonies of #D702C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D702C5

Black with #D702C5

Text Example


Text Example

White with #D702C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D702C5; }

 p { color: rgb(215,2,197); }

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

background-color css

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

 a { background-color: rgb(215,2,197); }

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

border-color css

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

 span { border-color: rgb(215,2,197); }

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