Html Css Color HEX #DB5AC5 Free Speech Magenta

📋 copy color: '#DB5AC5'

red 219 ◦ green 90 ◦ blue 197

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

Shades of Free Speech Magenta #DB5AC5

Tints of Free Speech Magenta #DB5AC5

RGB

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

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

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

R = 43.28%
G = 17.79%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB5AC5 (or 0xDB5AC5) is known color: Free Speech Magenta. HEX triplet: DB, 5A and C5. RGB value is (219,90,197). Sum of RGB (Red+Green+Blue) = 219+90+197=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AC5 is #24A53A. Grayscale: #8C8C8C. Windows color (decimal): -2401595 or 12933851. OLE color: 12933851.

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

Color convert

RGB 219 90 197 -
CMYK 0 0.59 0.10 0.14
HSL 310.23º 0.64% 0.61% -
HSV(B) 310.23º 0.59% 0.86% -
XYZ 42.95 26.4 55.66 -
YUV 140.77 159.74 183.8 -
System Red Green Blue C M Y K H S L
Decimal 219 90 197 0 0.59 0.10 0.14 310.23 0.64 0.61
Hex DB 5A C5 0 3B A E 136 40 3D
Octal 333 132 305 0 73 12 16 466 100 75
Binary 11011011 1011010 11000101 0 111011 1010 1110 100110110 1000000 111101

Color Harmonies of #DB5AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AC5

Black with #DB5AC5

Text Example


Text Example

White with #DB5AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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