Html Css Color HEX #DB55DD Free Speech Magenta

📋 copy color: '#DB55DD'

red 219 ◦ green 85 ◦ blue 221

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

Shades of Free Speech Magenta #DB55DD

Tints of Free Speech Magenta #DB55DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.19%

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 41.71%
G = 16.19%
B = 42.1%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB55DD (or 0xDB55DD) is known color: Free Speech Magenta. HEX triplet: DB, 55 and DD. RGB value is (219,85,221). Sum of RGB (Red+Green+Blue) = 219+85+221=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB55DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55DD is #24AA22. Grayscale: #8C8C8C. Windows color (decimal): -2402851 or 14505435. OLE color: 14505435.

HSL color Cylindrical-coordinate representation of color #DB55DD: hue angle of 299.12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB55DD is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 85 221 -
CMYK 0.01 0.62 0 0.13
HSL 299.12º 0.67% 0.6% -
HSV(B) 299.12º 0.62% 0.87% -
XYZ 45.51 26.78 71.18 -
YUV 140.57 173.39 183.94 -
System Red Green Blue C M Y K H S L
Decimal 219 85 221 0.01 0.62 0 0.13 299.12 0.67 0.6
Hex DB 55 DD 1 3E 0 D 12B 43 3C
Octal 333 125 335 1 76 0 15 453 103 74
Binary 11011011 1010101 11011101 1 111110 0 1101 100101011 1000011 111100

Color Harmonies of #DB55DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB55DD

Black with #DB55DD

Text Example


Text Example

White with #DB55DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB55DD; }

 p { color: rgb(219,85,221); }

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

background-color css

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

 a { background-color: rgb(219,85,221); }

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

border-color css

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

 span { border-color: rgb(219,85,221); }

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