Html Css Color HEX #D602B9 Deep Magenta

📋 copy color: '#D602B9'

red 214 ◦ green 2 ◦ blue 185

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

Shades of Deep Magenta #D602B9

Tints of Deep Magenta #D602B9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

 BLUE value IS 185 (72.66% from 255) = 46.13%

R = 53.37%
G = 0.5%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D602B9 (or 0xD602B9) is known color: Deep Magenta. HEX triplet: D6, 02 and B9. RGB value is (214,2,185). Sum of RGB (Red+Green+Blue) = 214+2+185=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D602B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602B9 is #29FD46. Grayscale: #555555. Windows color (decimal): -2751815 or 12124886. OLE color: 12124886.

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

Color convert

RGB 214 2 185 -
CMYK 0 0.99 0.14 0.16
HSL 308.21º 0.98% 0.42% -
HSV(B) 308.21º 0.99% 0.84% -
XYZ 36.51 17.84 47.42 -
YUV 86.25 183.74 219.12 -
System Red Green Blue C M Y K H S L
Decimal 214 2 185 0 0.99 0.14 0.16 308.21 0.98 0.42
Hex D6 2 B9 0 63 E 10 134 62 2A
Octal 326 2 271 0 143 16 20 464 142 52
Binary 11010110 10 10111001 0 1100011 1110 10000 100110100 1100010 101010

Color Harmonies of #D602B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D602B9

Black with #D602B9

Text Example


Text Example

White with #D602B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D602B9; }

 p { color: rgb(214,2,185); }

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

background-color css

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

 a { background-color: rgb(214,2,185); }

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

border-color css

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

 span { border-color: rgb(214,2,185); }

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