Html Css Color HEX #D618CD Deep Magenta

📋 copy color: '#D618CD'

red 214 ◦ green 24 ◦ blue 205

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

Shades of Deep Magenta #D618CD

Tints of Deep Magenta #D618CD

RGB

 RED value IS 214 (83.98% from 255) = 48.31%

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 48.31%
G = 5.42%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D618CD (or 0xD618CD) is known color: Deep Magenta. HEX triplet: D6, 18 and CD. RGB value is (214,24,205). Sum of RGB (Red+Green+Blue) = 214+24+205=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D618CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D618CD is #29E732. Grayscale: #646464. Windows color (decimal): -2746163 or 13441238. OLE color: 13441238.

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

Color convert

RGB 214 24 205 -
CMYK 0 0.89 0.04 0.16
HSL 302.84º 0.8% 0.47% -
HSV(B) 302.84º 0.89% 0.84% -
XYZ 39.08 19.36 59.43 -
YUV 101.44 186.45 208.28 -
System Red Green Blue C M Y K H S L
Decimal 214 24 205 0 0.89 0.04 0.16 302.84 0.8 0.47
Hex D6 18 CD 0 59 4 10 12F 50 2F
Octal 326 30 315 0 131 4 20 457 120 57
Binary 11010110 11000 11001101 0 1011001 100 10000 100101111 1010000 101111

Color Harmonies of #D618CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618CD

Black with #D618CD

Text Example


Text Example

White with #D618CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618CD; }

 p { color: rgb(214,24,205); }

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

background-color css

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

 a { background-color: rgb(214,24,205); }

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

border-color css

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

 span { border-color: rgb(214,24,205); }

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