Html Css Color HEX #D607DF Deep Magenta

📋 copy color: '#D607DF'

red 214 ◦ green 7 ◦ blue 223

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

Shades of Deep Magenta #D607DF

Tints of Deep Magenta #D607DF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.58%

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

R = 48.2%
G = 1.58%
B = 50.23%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D607DF (or 0xD607DF) is known color: Deep Magenta. HEX triplet: D6, 07 and DF. RGB value is (214,7,223). Sum of RGB (Red+Green+Blue) = 214+7+223=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 7 (3.12% from 255 or 1.58% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #D607DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D607DF is #29F820. Grayscale: #5C5C5C. Windows color (decimal): -2750497 or 14616534. OLE color: 14616534.

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

Color convert

RGB 214 7 223 -
CMYK 0.04 0.97 0 0.13
HSL 297.5º 0.94% 0.45% -
HSV(B) 297.5º 0.97% 0.87% -
XYZ 41.13 19.78 71.46 -
YUV 93.52 201.08 213.94 -
System Red Green Blue C M Y K H S L
Decimal 214 7 223 0.04 0.97 0 0.13 297.5 0.94 0.45
Hex D6 7 DF 4 61 0 D 12A 5E 2D
Octal 326 7 337 4 141 0 15 452 136 55
Binary 11010110 111 11011111 100 1100001 0 1101 100101010 1011110 101101

Color Harmonies of #D607DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D607DF

Black with #D607DF

Text Example


Text Example

White with #D607DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D607DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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