Html Css Color HEX #D702CC Deep Magenta

📋 copy color: '#D702CC'

red 215 ◦ green 2 ◦ blue 204

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

Shades of Deep Magenta #D702CC

Tints of Deep Magenta #D702CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 51.07%
G = 0.48%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D702CC (or 0xD702CC) is known color: Deep Magenta. HEX triplet: D7, 02 and CC. RGB value is (215,2,204). Sum of RGB (Red+Green+Blue) = 215+2+204=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D702CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702CC is #28FD33. Grayscale: #585858. Windows color (decimal): -2686260 or 13370071. OLE color: 13370071.

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

Color convert

RGB 215 2 204 -
CMYK 0 0.99 0.05 0.16
HSL 303.1º 0.98% 0.43% -
HSV(B) 303.1º 0.99% 0.84% -
XYZ 38.95 18.85 58.71 -
YUV 88.72 193.07 218.07 -
System Red Green Blue C M Y K H S L
Decimal 215 2 204 0 0.99 0.05 0.16 303.1 0.98 0.43
Hex D7 2 CC 0 63 5 10 12F 62 2B
Octal 327 2 314 0 143 5 20 457 142 53
Binary 11010111 10 11001100 0 1100011 101 10000 100101111 1100010 101011

Color Harmonies of #D702CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D702CC

Black with #D702CC

Text Example


Text Example

White with #D702CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D702CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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