Html Css Color HEX #D617CB Deep Magenta

📋 copy color: '#D617CB'

red 214 ◦ green 23 ◦ blue 203

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

Shades of Deep Magenta #D617CB

Tints of Deep Magenta #D617CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.23%

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

R = 48.64%
G = 5.23%
B = 46.14%

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

#D617CB (or 0xD617CB) is known color: Deep Magenta. HEX triplet: D6, 17 and CB. RGB value is (214,23,203). Sum of RGB (Red+Green+Blue) = 214+23+203=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D617CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D617CB is #29E834. Grayscale: #646464. Windows color (decimal): -2746421 or 13309910. OLE color: 13309910.

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

Color convert

RGB 214 23 203 -
CMYK 0 0.89 0.05 0.16
HSL 303.46º 0.81% 0.46% -
HSV(B) 303.46º 0.89% 0.84% -
XYZ 38.82 19.22 58.16 -
YUV 100.63 185.78 208.86 -
System Red Green Blue C M Y K H S L
Decimal 214 23 203 0 0.89 0.05 0.16 303.46 0.81 0.46
Hex D6 17 CB 0 59 5 10 12F 51 2E
Octal 326 27 313 0 131 5 20 457 121 56
Binary 11010110 10111 11001011 0 1011001 101 10000 100101111 1010001 101110

Color Harmonies of #D617CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617CB

Black with #D617CB

Text Example


Text Example

White with #D617CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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