Html Css Color HEX #D604B2 Deep Magenta

📋 copy color: '#D604B2'

red 214 ◦ green 4 ◦ blue 178

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

Shades of Deep Magenta #D604B2

Tints of Deep Magenta #D604B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.95%

R = 54.04%
G = 1.01%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D604B2 (or 0xD604B2) is known color: Deep Magenta. HEX triplet: D6, 04 and B2. RGB value is (214,4,178). Sum of RGB (Red+Green+Blue) = 214+4+178=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D604B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D604B2 is #29FB4D. Grayscale: #565656. Windows color (decimal): -2751310 or 11666646. OLE color: 11666646.

HSL color Cylindrical-coordinate representation of color #D604B2: hue angle of 310.29º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D604B2 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 4 178 -
CMYK 0 0.98 0.17 0.16
HSL 310.29º 0.96% 0.43% -
HSV(B) 310.29º 0.98% 0.84% -
XYZ 35.81 17.6 43.63 -
YUV 86.63 179.57 218.85 -
System Red Green Blue C M Y K H S L
Decimal 214 4 178 0 0.98 0.17 0.16 310.29 0.96 0.43
Hex D6 4 B2 0 62 11 10 136 60 2B
Octal 326 4 262 0 142 21 20 466 140 53
Binary 11010110 100 10110010 0 1100010 10001 10000 100110110 1100000 101011

Color Harmonies of #D604B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D604B2

Black with #D604B2

Text Example


Text Example

White with #D604B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D604B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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