Html Css Color HEX #DB39DD Free Speech Magenta

📋 copy color: '#DB39DD'

red 219 ◦ green 57 ◦ blue 221

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

Shades of Free Speech Magenta #DB39DD

Tints of Free Speech Magenta #DB39DD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.47%

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

R = 44.06%
G = 11.47%
B = 44.47%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB39DD (or 0xDB39DD) is known color: Free Speech Magenta. HEX triplet: DB, 39 and DD. RGB value is (219,57,221). Sum of RGB (Red+Green+Blue) = 219+57+221=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 57 (22.66% from 255 or 11.47% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB39DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39DD is #24C622. Grayscale: #7B7B7B. Windows color (decimal): -2410019 or 14498267. OLE color: 14498267.

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

Color convert

RGB 219 57 221 -
CMYK 0.01 0.74 0 0.13
HSL 299.27º 0.71% 0.55% -
HSV(B) 299.27º 0.74% 0.87% -
XYZ 43.73 23.21 70.58 -
YUV 124.13 182.67 195.66 -
System Red Green Blue C M Y K H S L
Decimal 219 57 221 0.01 0.74 0 0.13 299.27 0.71 0.55
Hex DB 39 DD 1 4A 0 D 12B 47 37
Octal 333 71 335 1 112 0 15 453 107 67
Binary 11011011 111001 11011101 1 1001010 0 1101 100101011 1000111 110111

Color Harmonies of #DB39DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB39DD

Black with #DB39DD

Text Example


Text Example

White with #DB39DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB39DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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