Html Css Color HEX #DB5CBA Free Speech Magenta

📋 copy color: '#DB5CBA'

red 219 ◦ green 92 ◦ blue 186

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

Shades of Free Speech Magenta #DB5CBA

Tints of Free Speech Magenta #DB5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.51%

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

R = 44.06%
G = 18.51%
B = 37.42%

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

#DB5CBA (or 0xDB5CBA) is known color: Free Speech Magenta. HEX triplet: DB, 5C and BA. RGB value is (219,92,186). Sum of RGB (Red+Green+Blue) = 219+92+186=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CBA is #24A345. Grayscale: #8C8C8C. Windows color (decimal): -2401094 or 12213467. OLE color: 12213467.

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

Color convert

RGB 219 92 186 -
CMYK 0 0.58 0.15 0.14
HSL 315.59º 0.64% 0.61% -
HSV(B) 315.59º 0.58% 0.86% -
XYZ 41.9 26.26 49.31 -
YUV 140.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 219 92 186 0 0.58 0.15 0.14 315.59 0.64 0.61
Hex DB 5C BA 0 3A F E 13C 40 3D
Octal 333 134 272 0 72 17 16 474 100 75
Binary 11011011 1011100 10111010 0 111010 1111 1110 100111100 1000000 111101

Color Harmonies of #DB5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CBA

Black with #DB5CBA

Text Example


Text Example

White with #DB5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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