Html Css Color HEX #D309CA Deep Magenta

📋 copy color: '#D309CA'

red 211 ◦ green 9 ◦ blue 202

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

Shades of Deep Magenta #D309CA

Tints of Deep Magenta #D309CA

RGB

 RED value IS 211 (82.81% from 255) = 50%

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

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

R = 50%
G = 2.13%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D309CA (or 0xD309CA) is known color: Deep Magenta. HEX triplet: D3, 09 and CA. RGB value is (211,9,202). Sum of RGB (Red+Green+Blue) = 211+9+202=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D309CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D309CA is #2CF635. Grayscale: #5A5A5A. Windows color (decimal): -2946614 or 13240787. OLE color: 13240787.

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

Color convert

RGB 211 9 202 -
CMYK 0 0.96 0.04 0.17
HSL 302.67º 0.92% 0.43% -
HSV(B) 302.67º 0.96% 0.83% -
XYZ 37.62 18.31 57.43 -
YUV 91.4 190.42 213.31 -
System Red Green Blue C M Y K H S L
Decimal 211 9 202 0 0.96 0.04 0.17 302.67 0.92 0.43
Hex D3 9 CA 0 60 4 11 12F 5C 2B
Octal 323 11 312 0 140 4 21 457 134 53
Binary 11010011 1001 11001010 0 1100000 100 10001 100101111 1011100 101011

Color Harmonies of #D309CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D309CA

Black with #D309CA

Text Example


Text Example

White with #D309CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D309CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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