Html Css Color HEX #D518CB Deep Magenta

📋 copy color: '#D518CB'

red 213 ◦ green 24 ◦ blue 203

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

Shades of Deep Magenta #D518CB

Tints of Deep Magenta #D518CB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.45%

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

R = 48.41%
G = 5.45%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D518CB (or 0xD518CB) is known color: Deep Magenta. HEX triplet: D5, 18 and CB. RGB value is (213,24,203). Sum of RGB (Red+Green+Blue) = 213+24+203=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D518CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D518CB is #2AE734. Grayscale: #646464. Windows color (decimal): -2811701 or 13310165. OLE color: 13310165.

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

Color convert

RGB 213 24 203 -
CMYK 0 0.89 0.05 0.16
HSL 303.17º 0.8% 0.46% -
HSV(B) 303.17º 0.89% 0.84% -
XYZ 38.55 19.11 58.16 -
YUV 100.92 185.62 207.95 -
System Red Green Blue C M Y K H S L
Decimal 213 24 203 0 0.89 0.05 0.16 303.17 0.8 0.46
Hex D5 18 CB 0 59 5 10 12F 50 2E
Octal 325 30 313 0 131 5 20 457 120 56
Binary 11010101 11000 11001011 0 1011001 101 10000 100101111 1010000 101110

Color Harmonies of #D518CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D518CB

Black with #D518CB

Text Example


Text Example

White with #D518CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D518CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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