Html Css Color HEX #DB4AC4 Free Speech Magenta

📋 copy color: '#DB4AC4'

red 219 ◦ green 74 ◦ blue 196

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

Shades of Free Speech Magenta #DB4AC4

Tints of Free Speech Magenta #DB4AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.08%

R = 44.79%
G = 15.13%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB4AC4 (or 0xDB4AC4) is known color: Free Speech Magenta. HEX triplet: DB, 4A and C4. RGB value is (219,74,196). Sum of RGB (Red+Green+Blue) = 219+74+196=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4AC4 is #24B53B. Grayscale: #828282. Windows color (decimal): -2405692 or 12864219. OLE color: 12864219.

HSL color Cylindrical-coordinate representation of color #DB4AC4: hue angle of 309.52º 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 #DB4AC4 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 74 196 -
CMYK 0 0.66 0.11 0.14
HSL 309.52º 0.67% 0.57% -
HSV(B) 309.52º 0.66% 0.86% -
XYZ 41.63 23.94 54.65 -
YUV 131.26 164.54 190.58 -
System Red Green Blue C M Y K H S L
Decimal 219 74 196 0 0.66 0.11 0.14 309.52 0.67 0.57
Hex DB 4A C4 0 42 B E 136 43 39
Octal 333 112 304 0 102 13 16 466 103 71
Binary 11011011 1001010 11000100 0 1000010 1011 1110 100110110 1000011 111001

Color Harmonies of #DB4AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AC4

Black with #DB4AC4

Text Example


Text Example

White with #DB4AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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