Html Css Color HEX #D702B1 Deep Magenta

📋 copy color: '#D702B1'

red 215 ◦ green 2 ◦ blue 177

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

Shades of Deep Magenta #D702B1

Tints of Deep Magenta #D702B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.92%

R = 54.57%
G = 0.51%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D702B1 (or 0xD702B1) is known color: Deep Magenta. HEX triplet: D7, 02 and B1. RGB value is (215,2,177). Sum of RGB (Red+Green+Blue) = 215+2+177=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D702B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D702B1 is #28FD4E. Grayscale: #555555. Windows color (decimal): -2686287 or 11600599. OLE color: 11600599.

HSL color Cylindrical-coordinate representation of color #D702B1: hue angle of 310.7º 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 #D702B1 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 2 177 -
CMYK 0 0.99 0.18 0.16
HSL 310.7º 0.98% 0.43% -
HSV(B) 310.7º 0.99% 0.84% -
XYZ 35.98 17.66 43.11 -
YUV 85.64 179.57 220.27 -
System Red Green Blue C M Y K H S L
Decimal 215 2 177 0 0.99 0.18 0.16 310.7 0.98 0.43
Hex D7 2 B1 0 63 12 10 137 62 2B
Octal 327 2 261 0 143 22 20 467 142 53
Binary 11010111 10 10110001 0 1100011 10010 10000 100110111 1100010 101011

Color Harmonies of #D702B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D702B1

Black with #D702B1

Text Example


Text Example

White with #D702B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D702B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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