Html Css Color HEX #D506CB Deep Magenta

📋 copy color: '#D506CB'

red 213 ◦ green 6 ◦ blue 203

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

Shades of Deep Magenta #D506CB

Tints of Deep Magenta #D506CB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.42%

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

R = 50.47%
G = 1.42%
B = 48.1%

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

#D506CB (or 0xD506CB) is known color: Deep Magenta. HEX triplet: D5, 06 and CB. RGB value is (213,6,203). Sum of RGB (Red+Green+Blue) = 213+6+203=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D506CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D506CB is #2AF934. Grayscale: #595959. Windows color (decimal): -2816309 or 13305557. OLE color: 13305557.

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

Color convert

RGB 213 6 203 -
CMYK 0 0.97 0.05 0.16
HSL 302.9º 0.95% 0.43% -
HSV(B) 302.9º 0.97% 0.84% -
XYZ 38.29 18.59 58.07 -
YUV 90.35 191.58 215.48 -
System Red Green Blue C M Y K H S L
Decimal 213 6 203 0 0.97 0.05 0.16 302.9 0.95 0.43
Hex D5 6 CB 0 61 5 10 12F 5F 2B
Octal 325 6 313 0 141 5 20 457 137 53
Binary 11010101 110 11001011 0 1100001 101 10000 100101111 1011111 101011

Color Harmonies of #D506CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D506CB

Black with #D506CB

Text Example


Text Example

White with #D506CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D506CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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