Html Css Color HEX #D308C8 Deep Magenta

📋 copy color: '#D308C8'

red 211 ◦ green 8 ◦ blue 200

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

Shades of Deep Magenta #D308C8

Tints of Deep Magenta #D308C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.73%

R = 50.36%
G = 1.91%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D308C8 (or 0xD308C8) is known color: Deep Magenta. HEX triplet: D3, 08 and C8. RGB value is (211,8,200). Sum of RGB (Red+Green+Blue) = 211+8+200=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D308C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D308C8 is #2CF737. Grayscale: #5A5A5A. Windows color (decimal): -2946872 or 13109459. OLE color: 13109459.

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

Color convert

RGB 211 8 200 -
CMYK 0 0.96 0.05 0.17
HSL 303.25º 0.93% 0.43% -
HSV(B) 303.25º 0.96% 0.83% -
XYZ 37.38 18.19 56.19 -
YUV 90.59 189.75 213.89 -
System Red Green Blue C M Y K H S L
Decimal 211 8 200 0 0.96 0.05 0.17 303.25 0.93 0.43
Hex D3 8 C8 0 60 5 11 12F 5D 2B
Octal 323 10 310 0 140 5 21 457 135 53
Binary 11010011 1000 11001000 0 1100000 101 10001 100101111 1011101 101011

Color Harmonies of #D308C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D308C8

Black with #D308C8

Text Example


Text Example

White with #D308C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D308C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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