Html Css Color HEX #DB5CDB Free Speech Magenta

📋 copy color: '#DB5CDB'

red 219 ◦ green 92 ◦ blue 219

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

Shades of Free Speech Magenta #DB5CDB

Tints of Free Speech Magenta #DB5CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 41.32%
G = 17.36%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB5CDB (or 0xDB5CDB) is known color: Free Speech Magenta. HEX triplet: DB, 5C and DB. RGB value is (219,92,219). Sum of RGB (Red+Green+Blue) = 219+92+219=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CDB is #24A324. Grayscale: #909090. Windows color (decimal): -2401061 or 14376155. OLE color: 14376155.

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

Color convert

RGB 219 92 219 -
CMYK 0 0.58 0 0.14
HSL 300º 0.64% 0.61% -
HSV(B) 300º 0.58% 0.86% -
XYZ 45.83 27.83 69.97 -
YUV 144.45 170.08 181.17 -
System Red Green Blue C M Y K H S L
Decimal 219 92 219 0 0.58 0 0.14 300 0.64 0.61
Hex DB 5C DB 0 3A 0 E 12C 40 3D
Octal 333 134 333 0 72 0 16 454 100 75
Binary 11011011 1011100 11011011 0 111010 0 1110 100101100 1000000 111101

Color Harmonies of #DB5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CDB

Black with #DB5CDB

Text Example


Text Example

White with #DB5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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