Html Css Color HEX #D309D7 Deep Magenta

📋 copy color: '#D309D7'

red 211 ◦ green 9 ◦ blue 215

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

Shades of Deep Magenta #D309D7

Tints of Deep Magenta #D309D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.43%

R = 48.51%
G = 2.07%
B = 49.43%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D309D7 (or 0xD309D7) is known color: Deep Magenta. HEX triplet: D3, 09 and D7. RGB value is (211,9,215). Sum of RGB (Red+Green+Blue) = 211+9+215=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #D309D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D309D7 is #2CF628. Grayscale: #5C5C5C. Windows color (decimal): -2946601 or 14092755. OLE color: 14092755.

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

Color convert

RGB 211 9 215 -
CMYK 0.02 0.96 0 0.16
HSL 298.84º 0.92% 0.44% -
HSV(B) 298.84º 0.96% 0.84% -
XYZ 39.23 18.95 65.88 -
YUV 92.88 196.92 212.25 -
System Red Green Blue C M Y K H S L
Decimal 211 9 215 0.02 0.96 0 0.16 298.84 0.92 0.44
Hex D3 9 D7 2 60 0 10 12B 5C 2C
Octal 323 11 327 2 140 0 20 453 134 54
Binary 11010011 1001 11010111 10 1100000 0 10000 100101011 1011100 101100

Color Harmonies of #D309D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D309D7

Black with #D309D7

Text Example


Text Example

White with #D309D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D309D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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