Html Css Color HEX #DB34DD Free Speech Magenta

📋 copy color: '#DB34DD'

red 219 ◦ green 52 ◦ blue 221

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

Shades of Free Speech Magenta #DB34DD

Tints of Free Speech Magenta #DB34DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.57%

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

R = 44.51%
G = 10.57%
B = 44.92%

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

#DB34DD (or 0xDB34DD) is known color: Free Speech Magenta. HEX triplet: DB, 34 and DD. RGB value is (219,52,221). Sum of RGB (Red+Green+Blue) = 219+52+221=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB34DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34DD is #24CB22. Grayscale: #787878. Windows color (decimal): -2411299 or 14496987. OLE color: 14496987.

HSL color Cylindrical-coordinate representation of color #DB34DD: 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 #DB34DD is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 52 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.49 22.74 70.5 -
YUV 121.2 184.33 197.76 -
System Red Green Blue C M Y K H S L
Decimal 219 52 221 0.01 0.76 0 0.13 299.29 0.71 0.54
Hex DB 34 DD 1 4C 0 D 12B 47 36
Octal 333 64 335 1 114 0 15 453 107 66
Binary 11011011 110100 11011101 1 1001100 0 1101 100101011 1000111 110110

Color Harmonies of #DB34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB34DD

Black with #DB34DD

Text Example


Text Example

White with #DB34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB34DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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