Html Css Color HEX #D628C4 Deep Magenta

📋 copy color: '#D628C4'

red 214 ◦ green 40 ◦ blue 196

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

Shades of Deep Magenta #D628C4

Tints of Deep Magenta #D628C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.56%

R = 47.56%
G = 8.89%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D628C4 (or 0xD628C4) is known color: Deep Magenta. HEX triplet: D6, 28 and C4. RGB value is (214,40,196). Sum of RGB (Red+Green+Blue) = 214+40+196=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D628C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628C4 is #29D73B. Grayscale: #6D6D6D. Windows color (decimal): -2742076 or 12855510. OLE color: 12855510.

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

Color convert

RGB 214 40 196 -
CMYK 0 0.81 0.08 0.16
HSL 306.21º 0.69% 0.5% -
HSV(B) 306.21º 0.81% 0.84% -
XYZ 38.45 19.8 54.02 -
YUV 109.81 176.65 202.32 -
System Red Green Blue C M Y K H S L
Decimal 214 40 196 0 0.81 0.08 0.16 306.21 0.69 0.5
Hex D6 28 C4 0 51 8 10 132 45 32
Octal 326 50 304 0 121 10 20 462 105 62
Binary 11010110 101000 11000100 0 1010001 1000 10000 100110010 1000101 110010

Color Harmonies of #D628C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628C4

Black with #D628C4

Text Example


Text Example

White with #D628C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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