Html Css Color HEX #DA33DB Free Speech Magenta

📋 copy color: '#DA33DB'

red 218 ◦ green 51 ◦ blue 219

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

Shades of Free Speech Magenta #DA33DB

Tints of Free Speech Magenta #DA33DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.45%

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

R = 44.67%
G = 10.45%
B = 44.88%

CMYK

 C value IS 0.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA33DB (or 0xDA33DB) is known color: Free Speech Magenta. HEX triplet: DA, 33 and DB. RGB value is (218,51,219). Sum of RGB (Red+Green+Blue) = 218+51+219=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 51 (20.31% from 255 or 10.45% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA33DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA33DB is #25CC24. Grayscale: #777777. Windows color (decimal): -2477093 or 14365658. OLE color: 14365658.

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

Color convert

RGB 218 51 219 -
CMYK 0.00 0.77 0 0.14
HSL 299.64º 0.7% 0.53% -
HSV(B) 299.64º 0.77% 0.86% -
XYZ 42.88 22.39 69.08 -
YUV 120.09 183.83 197.84 -
System Red Green Blue C M Y K H S L
Decimal 218 51 219 0.00 0.77 0 0.14 299.64 0.7 0.53
Hex DA 33 DB 0 4D 0 E 12C 46 35
Octal 332 63 333 0 115 0 16 454 106 65
Binary 11011010 110011 11011011 0 1001101 0 1110 100101100 1000110 110101

Color Harmonies of #DA33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA33DB

Black with #DA33DB

Text Example


Text Example

White with #DA33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA33DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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