Html Css Color HEX #D50CDB Deep Magenta

📋 copy color: '#D50CDB'

red 213 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #D50CDB

Tints of Deep Magenta #D50CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.7%

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 47.97%
G = 2.7%
B = 49.32%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D50CDB (or 0xD50CDB) is known color: Deep Magenta. HEX triplet: D5, 0C and DB. RGB value is (213,12,219). Sum of RGB (Red+Green+Blue) = 213+12+219=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #D50CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CDB is #2AF324. Grayscale: #5F5F5F. Windows color (decimal): -2814757 or 14355669. OLE color: 14355669.

HSL color Cylindrical-coordinate representation of color #D50CDB: hue angle of 298.26º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50CDB is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 12 219 -
CMYK 0.03 0.95 0 0.14
HSL 298.26º 0.9% 0.45% -
HSV(B) 298.26º 0.95% 0.86% -
XYZ 40.36 19.52 68.66 -
YUV 95.7 197.59 211.67 -
System Red Green Blue C M Y K H S L
Decimal 213 12 219 0.03 0.95 0 0.14 298.26 0.9 0.45
Hex D5 C DB 3 5F 0 E 12A 5A 2D
Octal 325 14 333 3 137 0 16 452 132 55
Binary 11010101 1100 11011011 11 1011111 0 1110 100101010 1011010 101101

Color Harmonies of #D50CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50CDB

Black with #D50CDB

Text Example


Text Example

White with #D50CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50CDB; }

 p { color: rgb(213,12,219); }

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

background-color css

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

 a { background-color: rgb(213,12,219); }

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

border-color css

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

 span { border-color: rgb(213,12,219); }

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