Html Css Color HEX #DB54C2 Free Speech Magenta

📋 copy color: '#DB54C2'

red 219 ◦ green 84 ◦ blue 194

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

Shades of Free Speech Magenta #DB54C2

Tints of Free Speech Magenta #DB54C2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.9%

 BLUE value IS 194 (76.17% from 255) = 39.03%

R = 44.06%
G = 16.9%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB54C2 (or 0xDB54C2) is known color: Free Speech Magenta. HEX triplet: DB, 54 and C2. RGB value is (219,84,194). Sum of RGB (Red+Green+Blue) = 219+84+194=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54C2 is #24AB3D. Grayscale: #888888. Windows color (decimal): -2403134 or 12735707. OLE color: 12735707.

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

Color convert

RGB 219 84 194 -
CMYK 0 0.62 0.11 0.14
HSL 311.11º 0.65% 0.59% -
HSV(B) 311.11º 0.62% 0.86% -
XYZ 42.12 25.3 53.7 -
YUV 136.91 160.23 186.56 -
System Red Green Blue C M Y K H S L
Decimal 219 84 194 0 0.62 0.11 0.14 311.11 0.65 0.59
Hex DB 54 C2 0 3E B E 137 41 3B
Octal 333 124 302 0 76 13 16 467 101 73
Binary 11011011 1010100 11000010 0 111110 1011 1110 100110111 1000001 111011

Color Harmonies of #DB54C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB54C2

Black with #DB54C2

Text Example


Text Example

White with #DB54C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB54C2; }

 p { color: rgb(219,84,194); }

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

background-color css

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

 a { background-color: rgb(219,84,194); }

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

border-color css

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

 span { border-color: rgb(219,84,194); }

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