Html Css Color HEX #D507CB Deep Magenta

📋 copy color: '#D507CB'

red 213 ◦ green 7 ◦ blue 203

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

Shades of Deep Magenta #D507CB

Tints of Deep Magenta #D507CB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.65%

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

R = 50.35%
G = 1.65%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D507CB (or 0xD507CB) is known color: Deep Magenta. HEX triplet: D5, 07 and CB. RGB value is (213,7,203). Sum of RGB (Red+Green+Blue) = 213+7+203=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 7 (3.12% from 255 or 1.65% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D507CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D507CB is #2AF834. Grayscale: #5A5A5A. Windows color (decimal): -2816053 or 13305813. OLE color: 13305813.

HSL color Cylindrical-coordinate representation of color #D507CB: hue angle of 302.91º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D507CB is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 7 203 -
CMYK 0 0.97 0.05 0.16
HSL 302.91º 0.94% 0.43% -
HSV(B) 302.91º 0.97% 0.84% -
XYZ 38.3 18.61 58.07 -
YUV 90.94 191.25 215.06 -
System Red Green Blue C M Y K H S L
Decimal 213 7 203 0 0.97 0.05 0.16 302.91 0.94 0.43
Hex D5 7 CB 0 61 5 10 12F 5E 2B
Octal 325 7 313 0 141 5 20 457 136 53
Binary 11010101 111 11001011 0 1100001 101 10000 100101111 1011110 101011

Color Harmonies of #D507CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D507CB

Black with #D507CB

Text Example


Text Example

White with #D507CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D507CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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