Html Css Color HEX #DB35DD Free Speech Magenta

📋 copy color: '#DB35DD'

red 219 ◦ green 53 ◦ blue 221

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

Shades of Free Speech Magenta #DB35DD

Tints of Free Speech Magenta #DB35DD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.75%

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

R = 44.42%
G = 10.75%
B = 44.83%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB35DD (or 0xDB35DD) is known color: Free Speech Magenta. HEX triplet: DB, 35 and DD. RGB value is (219,53,221). Sum of RGB (Red+Green+Blue) = 219+53+221=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 53 (21.09% from 255 or 10.75% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB35DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB35DD is #24CA22. Grayscale: #797979. Windows color (decimal): -2411043 or 14497243. OLE color: 14497243.

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

Color convert

RGB 219 53 221 -
CMYK 0.01 0.76 0 0.13
HSL 299.29º 0.71% 0.54% -
HSV(B) 299.29º 0.76% 0.87% -
XYZ 43.54 22.83 70.52 -
YUV 121.79 184 197.34 -
System Red Green Blue C M Y K H S L
Decimal 219 53 221 0.01 0.76 0 0.13 299.29 0.71 0.54
Hex DB 35 DD 1 4C 0 D 12B 47 36
Octal 333 65 335 1 114 0 15 453 107 66
Binary 11011011 110101 11011101 1 1001100 0 1101 100101011 1000111 110110

Color Harmonies of #DB35DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB35DD

Black with #DB35DD

Text Example


Text Example

White with #DB35DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB35DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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