Html Css Color HEX #DB58C6 Free Speech Magenta

📋 copy color: '#DB58C6'

red 219 ◦ green 88 ◦ blue 198

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

Shades of Free Speech Magenta #DB58C6

Tints of Free Speech Magenta #DB58C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.21%

R = 43.37%
G = 17.43%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB58C6 (or 0xDB58C6) is known color: Free Speech Magenta. HEX triplet: DB, 58 and C6. RGB value is (219,88,198). Sum of RGB (Red+Green+Blue) = 219+88+198=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58C6 is #24A739. Grayscale: #8B8B8B. Windows color (decimal): -2402106 or 12998875. OLE color: 12998875.

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

Color convert

RGB 219 88 198 -
CMYK 0 0.60 0.10 0.14
HSL 309.62º 0.65% 0.6% -
HSV(B) 309.62º 0.6% 0.86% -
XYZ 42.9 26.12 56.21 -
YUV 139.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 219 88 198 0 0.60 0.10 0.14 309.62 0.65 0.6
Hex DB 58 C6 0 3C A E 136 41 3C
Octal 333 130 306 0 74 12 16 466 101 74
Binary 11011011 1011000 11000110 0 111100 1010 1110 100110110 1000001 111100

Color Harmonies of #DB58C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB58C6

Black with #DB58C6

Text Example


Text Example

White with #DB58C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB58C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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