Html Css Color HEX #DA31DB Free Speech Magenta

📋 copy color: '#DA31DB'

red 218 ◦ green 49 ◦ blue 219

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

Shades of Free Speech Magenta #DA31DB

Tints of Free Speech Magenta #DA31DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.08%

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

R = 44.86%
G = 10.08%
B = 45.06%

CMYK

 C value IS 0.00

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA31DB (or 0xDA31DB) is known color: Free Speech Magenta. HEX triplet: DA, 31 and DB. RGB value is (218,49,219). Sum of RGB (Red+Green+Blue) = 218+49+219=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 49 (19.53% from 255 or 10.08% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA31DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA31DB is #25CE24. Grayscale: #767676. Windows color (decimal): -2477605 or 14365146. OLE color: 14365146.

HSL color Cylindrical-coordinate representation of color #DA31DB: hue angle of 299.65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA31DB is Cyan = 0.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 49 219 -
CMYK 0.00 0.78 0 0.14
HSL 299.65º 0.7% 0.53% -
HSV(B) 299.65º 0.78% 0.86% -
XYZ 42.8 22.22 69.05 -
YUV 118.91 184.49 198.68 -
System Red Green Blue C M Y K H S L
Decimal 218 49 219 0.00 0.78 0 0.14 299.65 0.7 0.53
Hex DA 31 DB 0 4E 0 E 12C 46 35
Octal 332 61 333 0 116 0 16 454 106 65
Binary 11011010 110001 11011011 0 1001110 0 1110 100101100 1000110 110101

Color Harmonies of #DA31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA31DB

Black with #DA31DB

Text Example


Text Example

White with #DA31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA31DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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