Html Css Color HEX #DB51D0 Free Speech Magenta

📋 copy color: '#DB51D0'

red 219 ◦ green 81 ◦ blue 208

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

Shades of Free Speech Magenta #DB51D0

Tints of Free Speech Magenta #DB51D0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.94%

 BLUE value IS 208 (81.64% from 255) = 40.94%

R = 43.11%
G = 15.94%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB51D0 (or 0xDB51D0) is known color: Free Speech Magenta. HEX triplet: DB, 51 and D0. RGB value is (219,81,208). Sum of RGB (Red+Green+Blue) = 219+81+208=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51D0 is #24AE2F. Grayscale: #888888. Windows color (decimal): -2403888 or 13652443. OLE color: 13652443.

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

Color convert

RGB 219 81 208 -
CMYK 0 0.63 0.05 0.14
HSL 304.78º 0.66% 0.59% -
HSV(B) 304.78º 0.63% 0.86% -
XYZ 43.54 25.5 62.3 -
YUV 136.74 168.22 186.67 -
System Red Green Blue C M Y K H S L
Decimal 219 81 208 0 0.63 0.05 0.14 304.78 0.66 0.59
Hex DB 51 D0 0 3F 5 E 131 42 3B
Octal 333 121 320 0 77 5 16 461 102 73
Binary 11011011 1010001 11010000 0 111111 101 1110 100110001 1000010 111011

Color Harmonies of #DB51D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB51D0

Black with #DB51D0

Text Example


Text Example

White with #DB51D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB51D0; }

 p { color: rgb(219,81,208); }

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

background-color css

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

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

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

border-color css

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

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

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