Html Css Color HEX #D609CA Deep Magenta

📋 copy color: '#D609CA'

red 214 ◦ green 9 ◦ blue 202

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

Shades of Deep Magenta #D609CA

Tints of Deep Magenta #D609CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.53%

R = 50.35%
G = 2.12%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D609CA (or 0xD609CA) is known color: Deep Magenta. HEX triplet: D6, 09 and CA. RGB value is (214,9,202). Sum of RGB (Red+Green+Blue) = 214+9+202=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D609CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609CA is #29F635. Grayscale: #5B5B5B. Windows color (decimal): -2750006 or 13240790. OLE color: 13240790.

HSL color Cylindrical-coordinate representation of color #D609CA: hue angle of 303.51º 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 #D609CA is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 202 -
CMYK 0 0.96 0.06 0.16
HSL 303.51º 0.92% 0.44% -
HSV(B) 303.51º 0.96% 0.84% -
XYZ 38.49 18.76 57.47 -
YUV 92.3 189.92 214.81 -
System Red Green Blue C M Y K H S L
Decimal 214 9 202 0 0.96 0.06 0.16 303.51 0.92 0.44
Hex D6 9 CA 0 60 6 10 130 5C 2C
Octal 326 11 312 0 140 6 20 460 134 54
Binary 11010110 1001 11001010 0 1100000 110 10000 100110000 1011100 101100

Color Harmonies of #D609CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D609CA

Black with #D609CA

Text Example


Text Example

White with #D609CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D609CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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