Html Css Color HEX #D308DD Deep Magenta

📋 copy color: '#D308DD'

red 211 ◦ green 8 ◦ blue 221

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

Shades of Deep Magenta #D308DD

Tints of Deep Magenta #D308DD

RGB

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

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

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

R = 47.95%
G = 1.82%
B = 50.23%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D308DD (or 0xD308DD) is known color: Deep Magenta. HEX triplet: D3, 08 and DD. RGB value is (211,8,221). Sum of RGB (Red+Green+Blue) = 211+8+221=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 8 (3.52% from 255 or 1.82% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #D308DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D308DD is #2CF722. Grayscale: #5C5C5C. Windows color (decimal): -2946851 or 14485715. OLE color: 14485715.

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

Color convert

RGB 211 8 221 -
CMYK 0.05 0.96 0 0.13
HSL 297.18º 0.93% 0.45% -
HSV(B) 297.18º 0.96% 0.87% -
XYZ 40 19.24 70.01 -
YUV 92.98 200.25 212.18 -
System Red Green Blue C M Y K H S L
Decimal 211 8 221 0.05 0.96 0 0.13 297.18 0.93 0.45
Hex D3 8 DD 5 60 0 D 129 5D 2D
Octal 323 10 335 5 140 0 15 451 135 55
Binary 11010011 1000 11011101 101 1100000 0 1101 100101001 1011101 101101

Color Harmonies of #D308DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D308DD

Black with #D308DD

Text Example


Text Example

White with #D308DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D308DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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