Html Css Color HEX #DB5DCB Free Speech Magenta

📋 copy color: '#DB5DCB'

red 219 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Magenta #DB5DCB

Tints of Free Speech Magenta #DB5DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 42.52%
G = 18.06%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB5DCB (or 0xDB5DCB) is known color: Free Speech Magenta. HEX triplet: DB, 5D and CB. RGB value is (219,93,203). Sum of RGB (Red+Green+Blue) = 219+93+203=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DCB is #24A234. Grayscale: #8E8E8E. Windows color (decimal): -2400821 or 13327835. OLE color: 13327835.

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

Color convert

RGB 219 93 203 -
CMYK 0 0.58 0.07 0.14
HSL 307.62º 0.64% 0.61% -
HSV(B) 307.62º 0.58% 0.86% -
XYZ 43.91 27.2 59.44 -
YUV 143.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 219 93 203 0 0.58 0.07 0.14 307.62 0.64 0.61
Hex DB 5D CB 0 3A 7 E 134 40 3D
Octal 333 135 313 0 72 7 16 464 100 75
Binary 11011011 1011101 11001011 0 111010 111 1110 100110100 1000000 111101

Color Harmonies of #DB5DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DCB

Black with #DB5DCB

Text Example


Text Example

White with #DB5DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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