Html Css Color HEX #DA50DB Free Speech Magenta

📋 copy color: '#DA50DB'

red 218 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #DA50DB

Tints of Free Speech Magenta #DA50DB

RGB

 RED value IS 218 (85.55% from 255) = 42.17%

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

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

R = 42.17%
G = 15.47%
B = 42.36%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA50DB (or 0xDA50DB) is known color: Free Speech Magenta. HEX triplet: DA, 50 and DB. RGB value is (218,80,219). Sum of RGB (Red+Green+Blue) = 218+80+219=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA50DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA50DB is #25AF24. Grayscale: #888888. Windows color (decimal): -2469669 or 14373082. OLE color: 14373082.

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

Color convert

RGB 218 80 219 -
CMYK 0.00 0.63 0 0.14
HSL 299.57º 0.66% 0.59% -
HSV(B) 299.57º 0.63% 0.86% -
XYZ 44.57 25.76 69.64 -
YUV 137.11 174.22 185.7 -
System Red Green Blue C M Y K H S L
Decimal 218 80 219 0.00 0.63 0 0.14 299.57 0.66 0.59
Hex DA 50 DB 0 3F 0 E 12C 42 3B
Octal 332 120 333 0 77 0 16 454 102 73
Binary 11011010 1010000 11011011 0 111111 0 1110 100101100 1000010 111011

Color Harmonies of #DA50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA50DB

Black with #DA50DB

Text Example


Text Example

White with #DA50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA50DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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