Html Css Color HEX #D502CF Deep Magenta

📋 copy color: '#D502CF'

red 213 ◦ green 2 ◦ blue 207

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

Shades of Deep Magenta #D502CF

Tints of Deep Magenta #D502CF

RGB

 RED value IS 213 (83.59% from 255) = 50.47%

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

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 50.47%
G = 0.47%
B = 49.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D502CF (or 0xD502CF) is known color: Deep Magenta. HEX triplet: D5, 02 and CF. RGB value is (213,2,207). Sum of RGB (Red+Green+Blue) = 213+2+207=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D502CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502CF is #2AFD30. Grayscale: #575757. Windows color (decimal): -2817329 or 13566677. OLE color: 13566677.

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

Color convert

RGB 213 2 207 -
CMYK 0 0.99 0.03 0.16
HSL 301.71º 0.98% 0.42% -
HSV(B) 301.71º 0.99% 0.84% -
XYZ 38.72 18.69 60.6 -
YUV 88.46 194.9 216.83 -
System Red Green Blue C M Y K H S L
Decimal 213 2 207 0 0.99 0.03 0.16 301.71 0.98 0.42
Hex D5 2 CF 0 63 3 10 12E 62 2A
Octal 325 2 317 0 143 3 20 456 142 52
Binary 11010101 10 11001111 0 1100011 11 10000 100101110 1100010 101010

Color Harmonies of #D502CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D502CF

Black with #D502CF

Text Example


Text Example

White with #D502CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D502CF; }

 p { color: rgb(213,2,207); }

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

background-color css

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

 a { background-color: rgb(213,2,207); }

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

border-color css

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

 span { border-color: rgb(213,2,207); }

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