Html Css Color HEX #DB5CBD Free Speech Magenta

📋 copy color: '#DB5CBD'

red 219 ◦ green 92 ◦ blue 189

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

Shades of Free Speech Magenta #DB5CBD

Tints of Free Speech Magenta #DB5CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.8%

R = 43.8%
G = 18.4%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB5CBD (or 0xDB5CBD) is known color: Free Speech Magenta. HEX triplet: DB, 5C and BD. RGB value is (219,92,189). Sum of RGB (Red+Green+Blue) = 219+92+189=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CBD is #24A342. Grayscale: #8C8C8C. Windows color (decimal): -2401091 or 12410075. OLE color: 12410075.

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

Color convert

RGB 219 92 189 -
CMYK 0 0.58 0.14 0.14
HSL 314.17º 0.64% 0.61% -
HSV(B) 314.17º 0.58% 0.86% -
XYZ 42.23 26.39 51.01 -
YUV 141.03 155.08 183.61 -
System Red Green Blue C M Y K H S L
Decimal 219 92 189 0 0.58 0.14 0.14 314.17 0.64 0.61
Hex DB 5C BD 0 3A E E 13A 40 3D
Octal 333 134 275 0 72 16 16 472 100 75
Binary 11011011 1011100 10111101 0 111010 1110 1110 100111010 1000000 111101

Color Harmonies of #DB5CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CBD

Black with #DB5CBD

Text Example


Text Example

White with #DB5CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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