Html Css Color HEX #D308B9 Deep Magenta

📋 copy color: '#D308B9'

red 211 ◦ green 8 ◦ blue 185

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

Shades of Deep Magenta #D308B9

Tints of Deep Magenta #D308B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.79%

R = 52.23%
G = 1.98%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D308B9 (or 0xD308B9) is known color: Deep Magenta. HEX triplet: D3, 08 and B9. RGB value is (211,8,185). Sum of RGB (Red+Green+Blue) = 211+8+185=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D308B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D308B9 is #2CF746. Grayscale: #585858. Windows color (decimal): -2946887 or 12126419. OLE color: 12126419.

HSL color Cylindrical-coordinate representation of color #D308B9: hue angle of 307.68º degrees, saturation: 0.93, 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 #D308B9 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 8 185 -
CMYK 0 0.96 0.12 0.17
HSL 307.68º 0.93% 0.43% -
HSV(B) 307.68º 0.96% 0.83% -
XYZ 35.71 17.53 47.4 -
YUV 88.88 182.25 215.11 -
System Red Green Blue C M Y K H S L
Decimal 211 8 185 0 0.96 0.12 0.17 307.68 0.93 0.43
Hex D3 8 B9 0 60 C 11 134 5D 2B
Octal 323 10 271 0 140 14 21 464 135 53
Binary 11010011 1000 10111001 0 1100000 1100 10001 100110100 1011101 101011

Color Harmonies of #D308B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D308B9

Black with #D308B9

Text Example


Text Example

White with #D308B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D308B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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