Html Css Color HEX #D618B5 Deep Magenta

📋 copy color: '#D618B5'

red 214 ◦ green 24 ◦ blue 181

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

Shades of Deep Magenta #D618B5

Tints of Deep Magenta #D618B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.2%

R = 51.07%
G = 5.73%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D618B5 (or 0xD618B5) is known color: Deep Magenta. HEX triplet: D6, 18 and B5. RGB value is (214,24,181). Sum of RGB (Red+Green+Blue) = 214+24+181=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D618B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D618B5 is #29E74A. Grayscale: #626262. Windows color (decimal): -2746187 or 11868374. OLE color: 11868374.

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

Color convert

RGB 214 24 181 -
CMYK 0 0.89 0.15 0.16
HSL 310.42º 0.8% 0.47% -
HSV(B) 310.42º 0.89% 0.84% -
XYZ 36.4 18.29 45.33 -
YUV 98.71 174.45 210.23 -
System Red Green Blue C M Y K H S L
Decimal 214 24 181 0 0.89 0.15 0.16 310.42 0.8 0.47
Hex D6 18 B5 0 59 F 10 136 50 2F
Octal 326 30 265 0 131 17 20 466 120 57
Binary 11010110 11000 10110101 0 1011001 1111 10000 100110110 1010000 101111

Color Harmonies of #D618B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618B5

Black with #D618B5

Text Example


Text Example

White with #D618B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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