Html Css Color HEX #D604DF Deep Magenta

📋 copy color: '#D604DF'

red 214 ◦ green 4 ◦ blue 223

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

Shades of Deep Magenta #D604DF

Tints of Deep Magenta #D604DF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.91%

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

R = 48.53%
G = 0.91%
B = 50.57%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D604DF (or 0xD604DF) is known color: Deep Magenta. HEX triplet: D6, 04 and DF. RGB value is (214,4,223). Sum of RGB (Red+Green+Blue) = 214+4+223=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 4 (1.95% from 255 or 0.91% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #D604DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D604DF is #29FB20. Grayscale: #5B5B5B. Windows color (decimal): -2751265 or 14615766. OLE color: 14615766.

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

Color convert

RGB 214 4 223 -
CMYK 0.04 0.98 0 0.13
HSL 297.53º 0.96% 0.45% -
HSV(B) 297.53º 0.98% 0.87% -
XYZ 41.09 19.71 71.45 -
YUV 91.76 202.07 215.19 -
System Red Green Blue C M Y K H S L
Decimal 214 4 223 0.04 0.98 0 0.13 297.53 0.96 0.45
Hex D6 4 DF 4 62 0 D 12A 60 2D
Octal 326 4 337 4 142 0 15 452 140 55
Binary 11010110 100 11011111 100 1100010 0 1101 100101010 1100000 101101

Color Harmonies of #D604DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D604DF

Black with #D604DF

Text Example


Text Example

White with #D604DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D604DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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