Html Css Color HEX #DB4DC5 Free Speech Magenta

📋 copy color: '#DB4DC5'

red 219 ◦ green 77 ◦ blue 197

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

Shades of Free Speech Magenta #DB4DC5

Tints of Free Speech Magenta #DB4DC5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.62%

 BLUE value IS 197 (77.34% from 255) = 39.96%

R = 44.42%
G = 15.62%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB4DC5 (or 0xDB4DC5) is known color: Free Speech Magenta. HEX triplet: DB, 4D and C5. RGB value is (219,77,197). Sum of RGB (Red+Green+Blue) = 219+77+197=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DC5 is #24B23A. Grayscale: #848484. Windows color (decimal): -2404923 or 12930523. OLE color: 12930523.

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

Color convert

RGB 219 77 197 -
CMYK 0 0.65 0.10 0.14
HSL 309.3º 0.66% 0.58% -
HSV(B) 309.3º 0.65% 0.86% -
XYZ 41.95 24.4 55.32 -
YUV 133.14 164.04 189.24 -
System Red Green Blue C M Y K H S L
Decimal 219 77 197 0 0.65 0.10 0.14 309.3 0.66 0.58
Hex DB 4D C5 0 41 A E 135 42 3A
Octal 333 115 305 0 101 12 16 465 102 72
Binary 11011011 1001101 11000101 0 1000001 1010 1110 100110101 1000010 111010

Color Harmonies of #DB4DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DC5

Black with #DB4DC5

Text Example


Text Example

White with #DB4DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DC5; }

 p { color: rgb(219,77,197); }

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

background-color css

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

 a { background-color: rgb(219,77,197); }

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

border-color css

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

 span { border-color: rgb(219,77,197); }

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