Html Css Color HEX #D625DF Deep Magenta

📋 copy color: '#D625DF'

red 214 ◦ green 37 ◦ blue 223

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

Shades of Deep Magenta #D625DF

Tints of Deep Magenta #D625DF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.81%

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 45.15%
G = 7.81%
B = 47.05%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D625DF (or 0xD625DF) is known color: Deep Magenta. HEX triplet: D6, 25 and DF. RGB value is (214,37,223). Sum of RGB (Red+Green+Blue) = 214+37+223=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 37 (14.84% from 255 or 7.81% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #D625DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D625DF is #29DA20. Grayscale: #6E6E6E. Windows color (decimal): -2742817 or 14624214. OLE color: 14624214.

HSL color Cylindrical-coordinate representation of color #D625DF: hue angle of 297.1º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D625DF is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 37 223 -
CMYK 0.04 0.83 0 0.13
HSL 297.1º 0.74% 0.51% -
HSV(B) 297.1º 0.83% 0.87% -
XYZ 41.71 20.95 71.66 -
YUV 111.13 191.14 201.38 -
System Red Green Blue C M Y K H S L
Decimal 214 37 223 0.04 0.83 0 0.13 297.1 0.74 0.51
Hex D6 25 DF 4 53 0 D 129 4A 33
Octal 326 45 337 4 123 0 15 451 112 63
Binary 11010110 100101 11011111 100 1010011 0 1101 100101001 1001010 110011

Color Harmonies of #D625DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625DF

Black with #D625DF

Text Example


Text Example

White with #D625DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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