Html Css Color HEX #DB55E0 Free Speech Magenta

📋 copy color: '#DB55E0'

red 219 ◦ green 85 ◦ blue 224

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

Shades of Free Speech Magenta #DB55E0

Tints of Free Speech Magenta #DB55E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.42%

R = 41.48%
G = 16.1%
B = 42.42%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB55E0 (or 0xDB55E0) is known color: Free Speech Magenta. HEX triplet: DB, 55 and E0. RGB value is (219,85,224). Sum of RGB (Red+Green+Blue) = 219+85+224=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB55E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55E0 is #24AA1F. Grayscale: #8C8C8C. Windows color (decimal): -2402848 or 14702043. OLE color: 14702043.

HSL color Cylindrical-coordinate representation of color #DB55E0: hue angle of 297.84º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB55E0 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 85 224 -
CMYK 0.02 0.62 0 0.12
HSL 297.84º 0.69% 0.61% -
HSV(B) 297.84º 0.62% 0.88% -
XYZ 45.92 26.94 73.3 -
YUV 140.91 174.89 183.7 -
System Red Green Blue C M Y K H S L
Decimal 219 85 224 0.02 0.62 0 0.12 297.84 0.69 0.61
Hex DB 55 E0 2 3E 0 C 12A 45 3D
Octal 333 125 340 2 76 0 14 452 105 75
Binary 11011011 1010101 11100000 10 111110 0 1100 100101010 1000101 111101

Color Harmonies of #DB55E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB55E0

Black with #DB55E0

Text Example


Text Example

White with #DB55E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB55E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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