Html Css Color HEX #D628C3 Deep Magenta

📋 copy color: '#D628C3'

red 214 ◦ green 40 ◦ blue 195

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

Shades of Deep Magenta #D628C3

Tints of Deep Magenta #D628C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.43%

R = 47.66%
G = 8.91%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D628C3 (or 0xD628C3) is known color: Deep Magenta. HEX triplet: D6, 28 and C3. RGB value is (214,40,195). Sum of RGB (Red+Green+Blue) = 214+40+195=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D628C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628C3 is #29D73C. Grayscale: #6D6D6D. Windows color (decimal): -2742077 or 12789974. OLE color: 12789974.

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

Color convert

RGB 214 40 195 -
CMYK 0 0.81 0.09 0.16
HSL 306.55º 0.69% 0.5% -
HSV(B) 306.55º 0.81% 0.84% -
XYZ 38.34 19.75 53.42 -
YUV 109.7 176.15 202.4 -
System Red Green Blue C M Y K H S L
Decimal 214 40 195 0 0.81 0.09 0.16 306.55 0.69 0.5
Hex D6 28 C3 0 51 9 10 133 45 32
Octal 326 50 303 0 121 11 20 463 105 62
Binary 11010110 101000 11000011 0 1010001 1001 10000 100110011 1000101 110010

Color Harmonies of #D628C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628C3

Black with #D628C3

Text Example


Text Example

White with #D628C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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