#D625C2

Color #D625C2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D625C2

Tints of Deep Magenta #D625C2

Color information

#D625C2 (or 0xD625C2) is unknown color: approx Deep Magenta. HEX triplet: D6, 25 and C2. RGB value is (214,37,194). Sum of RGB (Red+Green+Blue) = 214+37+194=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D625C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D625C2 is #29DA3D. Grayscale: #6B6B6B. Windows color (decimal): -2742846 or 12723670. OLE color: 12723670.

HSL color Cylindrical-coordinate representation of color #D625C2: hue angle of 306.78º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D625C2 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB21437194-
CMYK00.830.090.16
HSL306.78º70.52%49.22%-
HSV(B)306.78º82.71%83.92%-
XYZ38.1319.5152.8-
YUV107.82176.64203.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.09%
GREEN value IS 37 (14.84% from 255) = 8.31%
BLUE value IS 194 (76.17% from 255) = 43.60%
R=48.09%
G=8.31%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143719400.830.090.16306.7870.5249.22
HexD625C20539101334731
Octal326453020123112046310761
Binary1101011010010111000010010100111001100001001100111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D625C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D625C2; }

 p { color: rgb(214,37,194); }

 H1.HeaderClassName
 {
   color: #D625C2;
 }
 .AnyTagClassName
 {
   color: #D625C2;
 }
</style>
background-color css

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

 a { background-color: rgb(214,37,194); }

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

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

 span { border-color: rgb(214,37,194); }

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