Html Css Color HEX #DB5AC9 Free Speech Magenta

📋 copy color: '#DB5AC9'

red 219 ◦ green 90 ◦ blue 201

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

Shades of Free Speech Magenta #DB5AC9

Tints of Free Speech Magenta #DB5AC9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.65%

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

R = 42.94%
G = 17.65%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB5AC9 (or 0xDB5AC9) is known color: Free Speech Magenta. HEX triplet: DB, 5A and C9. RGB value is (219,90,201). Sum of RGB (Red+Green+Blue) = 219+90+201=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AC9 is #24A536. Grayscale: #8C8C8C. Windows color (decimal): -2401591 or 13195995. OLE color: 13195995.

HSL color Cylindrical-coordinate representation of color #DB5AC9: hue angle of 308.37º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5AC9 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 90 201 -
CMYK 0 0.59 0.08 0.14
HSL 308.37º 0.64% 0.61% -
HSV(B) 308.37º 0.59% 0.86% -
XYZ 43.41 26.59 58.1 -
YUV 141.23 161.74 183.47 -
System Red Green Blue C M Y K H S L
Decimal 219 90 201 0 0.59 0.08 0.14 308.37 0.64 0.61
Hex DB 5A C9 0 3B 8 E 134 40 3D
Octal 333 132 311 0 73 10 16 464 100 75
Binary 11011011 1011010 11001001 0 111011 1000 1110 100110100 1000000 111101

Color Harmonies of #DB5AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AC9

Black with #DB5AC9

Text Example


Text Example

White with #DB5AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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