Html Css Color HEX #DB58D3 Free Speech Magenta

📋 copy color: '#DB58D3'

red 219 ◦ green 88 ◦ blue 211

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

Shades of Free Speech Magenta #DB58D3

Tints of Free Speech Magenta #DB58D3

RGB

 RED value IS 219 (85.94% from 255) = 42.28%

 GREEN value IS 88 (34.77% from 255) = 16.99%

 BLUE value IS 211 (82.81% from 255) = 40.73%

R = 42.28%
G = 16.99%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DB58D3 (or 0xDB58D3) is known color: Free Speech Magenta. HEX triplet: DB, 58 and D3. RGB value is (219,88,211). Sum of RGB (Red+Green+Blue) = 219+88+211=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58D3 is #24A72C. Grayscale: #8C8C8C. Windows color (decimal): -2402093 or 13850843. OLE color: 13850843.

HSL color Cylindrical-coordinate representation of color #DB58D3: hue angle of 303.66º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB58D3 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 88 211 -
CMYK 0 0.60 0.04 0.14
HSL 303.66º 0.65% 0.6% -
HSV(B) 303.66º 0.6% 0.86% -
XYZ 44.46 26.74 64.45 -
YUV 141.19 167.4 183.5 -
System Red Green Blue C M Y K H S L
Decimal 219 88 211 0 0.60 0.04 0.14 303.66 0.65 0.6
Hex DB 58 D3 0 3C 4 E 130 41 3C
Octal 333 130 323 0 74 4 16 460 101 74
Binary 11011011 1011000 11010011 0 111100 100 1110 100110000 1000001 111100

Color Harmonies of #DB58D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB58D3

Black with #DB58D3

Text Example


Text Example

White with #DB58D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB58D3; }

 p { color: rgb(219,88,211); }

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

background-color css

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

 a { background-color: rgb(219,88,211); }

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

border-color css

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

 span { border-color: rgb(219,88,211); }

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