Html Css Color HEX #D609C2 Deep Magenta

📋 copy color: '#D609C2'

red 214 ◦ green 9 ◦ blue 194

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

Shades of Deep Magenta #D609C2

Tints of Deep Magenta #D609C2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.16%

 BLUE value IS 194 (76.17% from 255) = 46.52%

R = 51.32%
G = 2.16%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D609C2 (or 0xD609C2) is known color: Deep Magenta. HEX triplet: D6, 09 and C2. RGB value is (214,9,194). Sum of RGB (Red+Green+Blue) = 214+9+194=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D609C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609C2 is #29F63D. Grayscale: #5A5A5A. Windows color (decimal): -2750014 or 12716502. OLE color: 12716502.

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

Color convert

RGB 214 9 194 -
CMYK 0 0.96 0.09 0.16
HSL 305.85º 0.92% 0.44% -
HSV(B) 305.85º 0.96% 0.84% -
XYZ 37.57 18.39 52.61 -
YUV 91.39 185.92 215.46 -
System Red Green Blue C M Y K H S L
Decimal 214 9 194 0 0.96 0.09 0.16 305.85 0.92 0.44
Hex D6 9 C2 0 60 9 10 132 5C 2C
Octal 326 11 302 0 140 11 20 462 134 54
Binary 11010110 1001 11000010 0 1100000 1001 10000 100110010 1011100 101100

Color Harmonies of #D609C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D609C2

Black with #D609C2

Text Example


Text Example

White with #D609C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D609C2; }

 p { color: rgb(214,9,194); }

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

background-color css

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

 a { background-color: rgb(214,9,194); }

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

border-color css

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

 span { border-color: rgb(214,9,194); }

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