Html Css Color HEX #DB3EDD Free Speech Magenta

📋 copy color: '#DB3EDD'

red 219 ◦ green 62 ◦ blue 221

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

Shades of Free Speech Magenta #DB3EDD

Tints of Free Speech Magenta #DB3EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.35%

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

R = 43.63%
G = 12.35%
B = 44.02%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB3EDD (or 0xDB3EDD) is known color: Free Speech Magenta. HEX triplet: DB, 3E and DD. RGB value is (219,62,221). Sum of RGB (Red+Green+Blue) = 219+62+221=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 62 (24.61% from 255 or 12.35% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB3EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3EDD is #24C122. Grayscale: #7E7E7E. Windows color (decimal): -2408739 or 14499547. OLE color: 14499547.

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

Color convert

RGB 219 62 221 -
CMYK 0.01 0.72 0 0.13
HSL 299.25º 0.7% 0.55% -
HSV(B) 299.25º 0.72% 0.87% -
XYZ 43.99 23.73 70.67 -
YUV 127.07 181.01 193.57 -
System Red Green Blue C M Y K H S L
Decimal 219 62 221 0.01 0.72 0 0.13 299.25 0.7 0.55
Hex DB 3E DD 1 48 0 D 12B 46 37
Octal 333 76 335 1 110 0 15 453 106 67
Binary 11011011 111110 11011101 1 1001000 0 1101 100101011 1000110 110111

Color Harmonies of #DB3EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3EDD

Black with #DB3EDD

Text Example


Text Example

White with #DB3EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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