Html Css Color HEX #DB4BC5 Free Speech Magenta

📋 copy color: '#DB4BC5'

red 219 ◦ green 75 ◦ blue 197

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

Shades of Free Speech Magenta #DB4BC5

Tints of Free Speech Magenta #DB4BC5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.27%

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

R = 44.6%
G = 15.27%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB4BC5 (or 0xDB4BC5) is known color: Free Speech Magenta. HEX triplet: DB, 4B and C5. RGB value is (219,75,197). Sum of RGB (Red+Green+Blue) = 219+75+197=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BC5 is #24B43A. Grayscale: #838383. Windows color (decimal): -2405435 or 12930011. OLE color: 12930011.

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

Color convert

RGB 219 75 197 -
CMYK 0 0.66 0.10 0.14
HSL 309.17º 0.67% 0.58% -
HSV(B) 309.17º 0.66% 0.86% -
XYZ 41.81 24.12 55.28 -
YUV 131.96 164.71 190.08 -
System Red Green Blue C M Y K H S L
Decimal 219 75 197 0 0.66 0.10 0.14 309.17 0.67 0.58
Hex DB 4B C5 0 42 A E 135 43 3A
Octal 333 113 305 0 102 12 16 465 103 72
Binary 11011011 1001011 11000101 0 1000010 1010 1110 100110101 1000011 111010

Color Harmonies of #DB4BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BC5

Black with #DB4BC5

Text Example


Text Example

White with #DB4BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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