Html Css Color HEX #D607E4 Deep Magenta

📋 copy color: '#D607E4'

red 214 ◦ green 7 ◦ blue 228

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

Shades of Deep Magenta #D607E4

Tints of Deep Magenta #D607E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 50.78%

R = 47.66%
G = 1.56%
B = 50.78%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D607E4 (or 0xD607E4) is known color: Deep Magenta. HEX triplet: D6, 07 and E4. RGB value is (214,7,228). Sum of RGB (Red+Green+Blue) = 214+7+228=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 7 (3.12% from 255 or 1.56% from 449); Blue value is 228 (89.45% from 255 or 50.78% from 449); Max value from RGB is 228 - color contains mainly: blue. Hex color #D607E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D607E4 is #29F81B. Grayscale: #5D5D5D. Windows color (decimal): -2750492 or 14944214. OLE color: 14944214.

HSL color Cylindrical-coordinate representation of color #D607E4: hue angle of 296.2º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D607E4 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 7 228 -
CMYK 0.06 0.97 0 0.11
HSL 296.2º 0.94% 0.46% -
HSV(B) 296.2º 0.97% 0.89% -
XYZ 41.81 20.05 75.07 -
YUV 94.09 203.58 213.53 -
System Red Green Blue C M Y K H S L
Decimal 214 7 228 0.06 0.97 0 0.11 296.2 0.94 0.46
Hex D6 7 E4 6 61 0 B 128 5E 2E
Octal 326 7 344 6 141 0 13 450 136 56
Binary 11010110 111 11100100 110 1100001 0 1011 100101000 1011110 101110

Color Harmonies of #D607E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D607E4

Black with #D607E4

Text Example


Text Example

White with #D607E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D607E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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