Html Css Color HEX #DB50CC Free Speech Magenta

📋 copy color: '#DB50CC'

red 219 ◦ green 80 ◦ blue 204

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

Shades of Free Speech Magenta #DB50CC

Tints of Free Speech Magenta #DB50CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 43.54%
G = 15.9%
B = 40.56%

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

#DB50CC (or 0xDB50CC) is known color: Free Speech Magenta. HEX triplet: DB, 50 and CC. RGB value is (219,80,204). Sum of RGB (Red+Green+Blue) = 219+80+204=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50CC is #24AF33. Grayscale: #878787. Windows color (decimal): -2404148 or 13390043. OLE color: 13390043.

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

Color convert

RGB 219 80 204 -
CMYK 0 0.63 0.07 0.14
HSL 306.47º 0.66% 0.59% -
HSV(B) 306.47º 0.63% 0.86% -
XYZ 42.98 25.16 59.72 -
YUV 135.7 166.55 187.42 -
System Red Green Blue C M Y K H S L
Decimal 219 80 204 0 0.63 0.07 0.14 306.47 0.66 0.59
Hex DB 50 CC 0 3F 7 E 132 42 3B
Octal 333 120 314 0 77 7 16 462 102 73
Binary 11011011 1010000 11001100 0 111111 111 1110 100110010 1000010 111011

Color Harmonies of #DB50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50CC

Black with #DB50CC

Text Example


Text Example

White with #DB50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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