Html Css Color HEX #DB4AC9 Free Speech Magenta

📋 copy color: '#DB4AC9'

red 219 ◦ green 74 ◦ blue 201

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

Shades of Free Speech Magenta #DB4AC9

Tints of Free Speech Magenta #DB4AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.69%

R = 44.33%
G = 14.98%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB4AC9 (or 0xDB4AC9) is known color: Free Speech Magenta. HEX triplet: DB, 4A and C9. RGB value is (219,74,201). Sum of RGB (Red+Green+Blue) = 219+74+201=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4AC9 is #24B536. Grayscale: #838383. Windows color (decimal): -2405687 or 13191899. OLE color: 13191899.

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

Color convert

RGB 219 74 201 -
CMYK 0 0.66 0.08 0.14
HSL 307.45º 0.67% 0.57% -
HSV(B) 307.45º 0.66% 0.86% -
XYZ 42.2 24.17 57.7 -
YUV 131.83 167.04 190.17 -
System Red Green Blue C M Y K H S L
Decimal 219 74 201 0 0.66 0.08 0.14 307.45 0.67 0.57
Hex DB 4A C9 0 42 8 E 133 43 39
Octal 333 112 311 0 102 10 16 463 103 71
Binary 11011011 1001010 11001001 0 1000010 1000 1110 100110011 1000011 111001

Color Harmonies of #DB4AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AC9

Black with #DB4AC9

Text Example


Text Example

White with #DB4AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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