Html Css Color HEX #DA47DB Free Speech Magenta

📋 copy color: '#DA47DB'

red 218 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Magenta #DA47DB

Tints of Free Speech Magenta #DA47DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.98%

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

R = 42.91%
G = 13.98%
B = 43.11%

CMYK

 C value IS 0.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA47DB (or 0xDA47DB) is known color: Free Speech Magenta. HEX triplet: DA, 47 and DB. RGB value is (218,71,219). Sum of RGB (Red+Green+Blue) = 218+71+219=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 71 (28.12% from 255 or 13.98% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA47DB is #25B824. Grayscale: #838383. Windows color (decimal): -2471973 or 14370778. OLE color: 14370778.

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

Color convert

RGB 218 71 219 -
CMYK 0.00 0.68 0 0.14
HSL 299.59º 0.67% 0.57% -
HSV(B) 299.59º 0.68% 0.86% -
XYZ 43.95 24.53 69.44 -
YUV 131.83 177.2 189.47 -
System Red Green Blue C M Y K H S L
Decimal 218 71 219 0.00 0.68 0 0.14 299.59 0.67 0.57
Hex DA 47 DB 0 44 0 E 12C 43 39
Octal 332 107 333 0 104 0 16 454 103 71
Binary 11011010 1000111 11011011 0 1000100 0 1110 100101100 1000011 111001

Color Harmonies of #DA47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA47DB

Black with #DA47DB

Text Example


Text Example

White with #DA47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA47DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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