Html Css Color HEX #DB50CB Free Speech Magenta

📋 copy color: '#DB50CB'

red 219 ◦ green 80 ◦ blue 203

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

Shades of Free Speech Magenta #DB50CB

Tints of Free Speech Magenta #DB50CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.94%

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

R = 43.63%
G = 15.94%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB50CB (or 0xDB50CB) is known color: Free Speech Magenta. HEX triplet: DB, 50 and CB. RGB value is (219,80,203). Sum of RGB (Red+Green+Blue) = 219+80+203=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50CB is #24AF34. Grayscale: #878787. Windows color (decimal): -2404149 or 13324507. OLE color: 13324507.

HSL color Cylindrical-coordinate representation of color #DB50CB: hue angle of 306.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB50CB is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 80 203 -
CMYK 0 0.63 0.07 0.14
HSL 306.91º 0.66% 0.59% -
HSV(B) 306.91º 0.63% 0.86% -
XYZ 42.86 25.11 59.09 -
YUV 135.58 166.05 187.5 -
System Red Green Blue C M Y K H S L
Decimal 219 80 203 0 0.63 0.07 0.14 306.91 0.66 0.59
Hex DB 50 CB 0 3F 7 E 133 42 3B
Octal 333 120 313 0 77 7 16 463 102 73
Binary 11011011 1010000 11001011 0 111111 111 1110 100110011 1000010 111011

Color Harmonies of #DB50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50CB

Black with #DB50CB

Text Example


Text Example

White with #DB50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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