Html Css Color HEX #DB58D0 Free Speech Magenta

📋 copy color: '#DB58D0'

red 219 ◦ green 88 ◦ blue 208

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

Shades of Free Speech Magenta #DB58D0

Tints of Free Speech Magenta #DB58D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 42.52%
G = 17.09%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB58D0 (or 0xDB58D0) is known color: Free Speech Magenta. HEX triplet: DB, 58 and D0. RGB value is (219,88,208). Sum of RGB (Red+Green+Blue) = 219+88+208=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58D0 is #24A72F. Grayscale: #8C8C8C. Windows color (decimal): -2402096 or 13654235. OLE color: 13654235.

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

Color convert

RGB 219 88 208 -
CMYK 0 0.60 0.05 0.14
HSL 305.04º 0.65% 0.6% -
HSV(B) 305.04º 0.6% 0.86% -
XYZ 44.09 26.59 62.48 -
YUV 140.85 165.9 183.74 -
System Red Green Blue C M Y K H S L
Decimal 219 88 208 0 0.60 0.05 0.14 305.04 0.65 0.6
Hex DB 58 D0 0 3C 5 E 131 41 3C
Octal 333 130 320 0 74 5 16 461 101 74
Binary 11011011 1011000 11010000 0 111100 101 1110 100110001 1000001 111100

Color Harmonies of #DB58D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB58D0

Black with #DB58D0

Text Example


Text Example

White with #DB58D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB58D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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