Html Css Color HEX #D628CB Deep Magenta

📋 copy color: '#D628CB'

red 214 ◦ green 40 ◦ blue 203

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

Shades of Deep Magenta #D628CB

Tints of Deep Magenta #D628CB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.75%

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

R = 46.83%
G = 8.75%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D628CB (or 0xD628CB) is known color: Deep Magenta. HEX triplet: D6, 28 and CB. RGB value is (214,40,203). Sum of RGB (Red+Green+Blue) = 214+40+203=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D628CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628CB is #29D734. Grayscale: #6E6E6E. Windows color (decimal): -2742069 or 13314262. OLE color: 13314262.

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

Color convert

RGB 214 40 203 -
CMYK 0 0.81 0.05 0.16
HSL 303.79º 0.69% 0.5% -
HSV(B) 303.79º 0.81% 0.84% -
XYZ 39.27 20.13 58.31 -
YUV 110.61 180.15 201.75 -
System Red Green Blue C M Y K H S L
Decimal 214 40 203 0 0.81 0.05 0.16 303.79 0.69 0.5
Hex D6 28 CB 0 51 5 10 130 45 32
Octal 326 50 313 0 121 5 20 460 105 62
Binary 11010110 101000 11001011 0 1010001 101 10000 100110000 1000101 110010

Color Harmonies of #D628CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628CB

Black with #D628CB

Text Example


Text Example

White with #D628CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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