Html Css Color HEX #D502CB Deep Magenta

📋 copy color: '#D502CB'

red 213 ◦ green 2 ◦ blue 203

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

Shades of Deep Magenta #D502CB

Tints of Deep Magenta #D502CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.56%

R = 50.96%
G = 0.48%
B = 48.56%

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

#D502CB (or 0xD502CB) is known color: Deep Magenta. HEX triplet: D5, 02 and CB. RGB value is (213,2,203). Sum of RGB (Red+Green+Blue) = 213+2+203=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D502CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502CB is #2AFD34. Grayscale: #575757. Windows color (decimal): -2817333 or 13304533. OLE color: 13304533.

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

Color convert

RGB 213 2 203 -
CMYK 0 0.99 0.05 0.16
HSL 302.84º 0.98% 0.42% -
HSV(B) 302.84º 0.99% 0.84% -
XYZ 38.24 18.5 58.06 -
YUV 88 192.9 217.16 -
System Red Green Blue C M Y K H S L
Decimal 213 2 203 0 0.99 0.05 0.16 302.84 0.98 0.42
Hex D5 2 CB 0 63 5 10 12F 62 2A
Octal 325 2 313 0 143 5 20 457 142 52
Binary 11010101 10 11001011 0 1100011 101 10000 100101111 1100010 101010

Color Harmonies of #D502CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D502CB

Black with #D502CB

Text Example


Text Example

White with #D502CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D502CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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