Html Css Color HEX #DB33DD Free Speech Magenta

📋 copy color: '#DB33DD'

red 219 ◦ green 51 ◦ blue 221

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

Shades of Free Speech Magenta #DB33DD

Tints of Free Speech Magenta #DB33DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 44.6%
G = 10.39%
B = 45.01%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB33DD (or 0xDB33DD) is known color: Free Speech Magenta. HEX triplet: DB, 33 and DD. RGB value is (219,51,221). Sum of RGB (Red+Green+Blue) = 219+51+221=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB33DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB33DD is #24CC22. Grayscale: #787878. Windows color (decimal): -2411555 or 14496731. OLE color: 14496731.

HSL color Cylindrical-coordinate representation of color #DB33DD: hue angle of 299.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB33DD is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 51 221 -
CMYK 0.01 0.77 0 0.13
HSL 299.29º 0.71% 0.53% -
HSV(B) 299.29º 0.77% 0.87% -
XYZ 43.45 22.65 70.49 -
YUV 120.61 184.66 198.18 -
System Red Green Blue C M Y K H S L
Decimal 219 51 221 0.01 0.77 0 0.13 299.29 0.71 0.53
Hex DB 33 DD 1 4D 0 D 12B 47 35
Octal 333 63 335 1 115 0 15 453 107 65
Binary 11011011 110011 11011101 1 1001101 0 1101 100101011 1000111 110101

Color Harmonies of #DB33DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB33DD

Black with #DB33DD

Text Example


Text Example

White with #DB33DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB33DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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