Html Css Color HEX #D124CC Deep Magenta

📋 copy color: '#D124CC'

red 209 ◦ green 36 ◦ blue 204

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

Shades of Deep Magenta #D124CC

Tints of Deep Magenta #D124CC

RGB

 RED value IS 209 (82.03% from 255) = 46.55%

 GREEN value IS 36 (14.45% from 255) = 8.02%

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 46.55%
G = 8.02%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D124CC (or 0xD124CC) is known color: Deep Magenta. HEX triplet: D1, 24 and CC. RGB value is (209,36,204). Sum of RGB (Red+Green+Blue) = 209+36+204=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D124CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D124CC is #2EDB33. Grayscale: #6A6A6A. Windows color (decimal): -3070772 or 13378769. OLE color: 13378769.

HSL color Cylindrical-coordinate representation of color #D124CC: hue angle of 301.73º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D124CC is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 204 -
CMYK 0 0.83 0.02 0.18
HSL 301.73º 0.71% 0.48% -
HSV(B) 301.73º 0.83% 0.82% -
XYZ 37.82 19.18 58.83 -
YUV 106.88 182.81 200.84 -
System Red Green Blue C M Y K H S L
Decimal 209 36 204 0 0.83 0.02 0.18 301.73 0.71 0.48
Hex D1 24 CC 0 53 2 12 12E 47 30
Octal 321 44 314 0 123 2 22 456 107 60
Binary 11010001 100100 11001100 0 1010011 10 10010 100101110 1000111 110000

Color Harmonies of #D124CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D124CC

Black with #D124CC

Text Example


Text Example

White with #D124CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D124CC; }

 p { color: rgb(209,36,204); }

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

background-color css

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

 a { background-color: rgb(209,36,204); }

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

border-color css

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

 span { border-color: rgb(209,36,204); }

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