Html Css Color HEX #D618CB Deep Magenta

📋 copy color: '#D618CB'

red 214 ◦ green 24 ◦ blue 203

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

Shades of Deep Magenta #D618CB

Tints of Deep Magenta #D618CB

RGB

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

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

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

R = 48.53%
G = 5.44%
B = 46.03%

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

#D618CB (or 0xD618CB) is known color: Deep Magenta. HEX triplet: D6, 18 and CB. RGB value is (214,24,203). Sum of RGB (Red+Green+Blue) = 214+24+203=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D618CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D618CB is #29E734. Grayscale: #646464. Windows color (decimal): -2746165 or 13310166. OLE color: 13310166.

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

Color convert

RGB 214 24 203 -
CMYK 0 0.89 0.05 0.16
HSL 303.47º 0.8% 0.47% -
HSV(B) 303.47º 0.89% 0.84% -
XYZ 38.84 19.26 58.17 -
YUV 101.22 185.45 208.45 -
System Red Green Blue C M Y K H S L
Decimal 214 24 203 0 0.89 0.05 0.16 303.47 0.8 0.47
Hex D6 18 CB 0 59 5 10 12F 50 2F
Octal 326 30 313 0 131 5 20 457 120 57
Binary 11010110 11000 11001011 0 1011001 101 10000 100101111 1010000 101111

Color Harmonies of #D618CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618CB

Black with #D618CB

Text Example


Text Example

White with #D618CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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