Html Css Color HEX #DB4AC5 Free Speech Magenta

📋 copy color: '#DB4AC5'

red 219 ◦ green 74 ◦ blue 197

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

Shades of Free Speech Magenta #DB4AC5

Tints of Free Speech Magenta #DB4AC5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.1%

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

R = 44.69%
G = 15.1%
B = 40.2%

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

#DB4AC5 (or 0xDB4AC5) is known color: Free Speech Magenta. HEX triplet: DB, 4A and C5. RGB value is (219,74,197). Sum of RGB (Red+Green+Blue) = 219+74+197=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4AC5 is #24B53A. Grayscale: #838383. Windows color (decimal): -2405691 or 12929755. OLE color: 12929755.

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

Color convert

RGB 219 74 197 -
CMYK 0 0.66 0.10 0.14
HSL 309.1º 0.67% 0.57% -
HSV(B) 309.1º 0.66% 0.86% -
XYZ 41.74 23.99 55.25 -
YUV 131.38 165.04 190.5 -
System Red Green Blue C M Y K H S L
Decimal 219 74 197 0 0.66 0.10 0.14 309.1 0.67 0.57
Hex DB 4A C5 0 42 A E 135 43 39
Octal 333 112 305 0 102 12 16 465 103 71
Binary 11011011 1001010 11000101 0 1000010 1010 1110 100110101 1000011 111001

Color Harmonies of #DB4AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AC5

Black with #DB4AC5

Text Example


Text Example

White with #DB4AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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