Html Css Color HEX #D618CE Deep Magenta

📋 copy color: '#D618CE'

red 214 ◦ green 24 ◦ blue 206

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

Shades of Deep Magenta #D618CE

Tints of Deep Magenta #D618CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 48.2%
G = 5.41%
B = 46.4%

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

#D618CE (or 0xD618CE) is known color: Deep Magenta. HEX triplet: D6, 18 and CE. RGB value is (214,24,206). Sum of RGB (Red+Green+Blue) = 214+24+206=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D618CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D618CE is #29E731. Grayscale: #656565. Windows color (decimal): -2746162 or 13506774. OLE color: 13506774.

HSL color Cylindrical-coordinate representation of color #D618CE: hue angle of 302.53º 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 #D618CE is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 24 206 -
CMYK 0 0.89 0.04 0.16
HSL 302.53º 0.8% 0.47% -
HSV(B) 302.53º 0.89% 0.84% -
XYZ 39.2 19.41 60.07 -
YUV 101.56 186.95 208.2 -
System Red Green Blue C M Y K H S L
Decimal 214 24 206 0 0.89 0.04 0.16 302.53 0.8 0.47
Hex D6 18 CE 0 59 4 10 12F 50 2F
Octal 326 30 316 0 131 4 20 457 120 57
Binary 11010110 11000 11001110 0 1011001 100 10000 100101111 1010000 101111

Color Harmonies of #D618CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618CE

Black with #D618CE

Text Example


Text Example

White with #D618CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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