Html Css Color HEX #D702DD Deep Magenta

📋 copy color: '#D702DD'

red 215 ◦ green 2 ◦ blue 221

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

Shades of Deep Magenta #D702DD

Tints of Deep Magenta #D702DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 49.09%
G = 0.46%
B = 50.46%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D702DD (or 0xD702DD) is known color: Deep Magenta. HEX triplet: D7, 02 and DD. RGB value is (215,2,221). Sum of RGB (Red+Green+Blue) = 215+2+221=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 2 (1.17% from 255 or 0.46% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #D702DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702DD is #28FD22. Grayscale: #595959. Windows color (decimal): -2686243 or 14484183. OLE color: 14484183.

HSL color Cylindrical-coordinate representation of color #D702DD: hue angle of 298.36º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D702DD is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 2 221 -
CMYK 0.03 0.99 0 0.13
HSL 298.36º 0.98% 0.44% -
HSV(B) 298.36º 0.99% 0.87% -
XYZ 41.1 19.71 70.05 -
YUV 90.65 201.57 216.69 -
System Red Green Blue C M Y K H S L
Decimal 215 2 221 0.03 0.99 0 0.13 298.36 0.98 0.44
Hex D7 2 DD 3 63 0 D 12A 62 2C
Octal 327 2 335 3 143 0 15 452 142 54
Binary 11010111 10 11011101 11 1100011 0 1101 100101010 1100010 101100

Color Harmonies of #D702DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D702DD

Black with #D702DD

Text Example


Text Example

White with #D702DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D702DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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