Html Css Color HEX #DB5DBA Free Speech Magenta

📋 copy color: '#DB5DBA'

red 219 ◦ green 93 ◦ blue 186

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

Shades of Free Speech Magenta #DB5DBA

Tints of Free Speech Magenta #DB5DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.67%

 BLUE value IS 186 (73.05% from 255) = 37.35%

R = 43.98%
G = 18.67%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB5DBA (or 0xDB5DBA) is known color: Free Speech Magenta. HEX triplet: DB, 5D and BA. RGB value is (219,93,186). Sum of RGB (Red+Green+Blue) = 219+93+186=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DBA is #24A245. Grayscale: #8D8D8D. Windows color (decimal): -2400838 or 12213723. OLE color: 12213723.

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

Color convert

RGB 219 93 186 -
CMYK 0 0.58 0.15 0.14
HSL 315.71º 0.64% 0.61% -
HSV(B) 315.71º 0.58% 0.86% -
XYZ 41.99 26.43 49.34 -
YUV 141.28 153.24 183.44 -
System Red Green Blue C M Y K H S L
Decimal 219 93 186 0 0.58 0.15 0.14 315.71 0.64 0.61
Hex DB 5D BA 0 3A F E 13C 40 3D
Octal 333 135 272 0 72 17 16 474 100 75
Binary 11011011 1011101 10111010 0 111010 1111 1110 100111100 1000000 111101

Color Harmonies of #DB5DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DBA

Black with #DB5DBA

Text Example


Text Example

White with #DB5DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DBA; }

 p { color: rgb(219,93,186); }

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

background-color css

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

 a { background-color: rgb(219,93,186); }

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

border-color css

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

 span { border-color: rgb(219,93,186); }

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