Html Css Color HEX #D608DD Deep Magenta

📋 copy color: '#D608DD'

red 214 ◦ green 8 ◦ blue 221

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

Shades of Deep Magenta #D608DD

Tints of Deep Magenta #D608DD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.81%

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 48.31%
G = 1.81%
B = 49.89%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D608DD (or 0xD608DD) is known color: Deep Magenta. HEX triplet: D6, 08 and DD. RGB value is (214,8,221). Sum of RGB (Red+Green+Blue) = 214+8+221=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #D608DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D608DD is #29F722. Grayscale: #5D5D5D. Windows color (decimal): -2750243 or 14485718. OLE color: 14485718.

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

Color convert

RGB 214 8 221 -
CMYK 0.03 0.96 0 0.13
HSL 298.03º 0.93% 0.45% -
HSV(B) 298.03º 0.96% 0.87% -
XYZ 40.87 19.69 70.05 -
YUV 93.88 199.75 213.68 -
System Red Green Blue C M Y K H S L
Decimal 214 8 221 0.03 0.96 0 0.13 298.03 0.93 0.45
Hex D6 8 DD 3 60 0 D 12A 5D 2D
Octal 326 10 335 3 140 0 15 452 135 55
Binary 11010110 1000 11011101 11 1100000 0 1101 100101010 1011101 101101

Color Harmonies of #D608DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D608DD

Black with #D608DD

Text Example


Text Example

White with #D608DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D608DD; }

 p { color: rgb(214,8,221); }

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

background-color css

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

 a { background-color: rgb(214,8,221); }

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

border-color css

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

 span { border-color: rgb(214,8,221); }

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