Html Css Color HEX #DB3FDD Free Speech Magenta

📋 copy color: '#DB3FDD'

red 219 ◦ green 63 ◦ blue 221

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

Shades of Free Speech Magenta #DB3FDD

Tints of Free Speech Magenta #DB3FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 12.52%

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

R = 43.54%
G = 12.52%
B = 43.94%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB3FDD (or 0xDB3FDD) is known color: Free Speech Magenta. HEX triplet: DB, 3F and DD. RGB value is (219,63,221). Sum of RGB (Red+Green+Blue) = 219+63+221=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB3FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3FDD is #24C022. Grayscale: #7F7F7F. Windows color (decimal): -2408483 or 14499803. OLE color: 14499803.

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

Color convert

RGB 219 63 221 -
CMYK 0.01 0.71 0 0.13
HSL 299.24º 0.7% 0.56% -
HSV(B) 299.24º 0.71% 0.87% -
XYZ 44.04 23.84 70.69 -
YUV 127.66 180.68 193.15 -
System Red Green Blue C M Y K H S L
Decimal 219 63 221 0.01 0.71 0 0.13 299.24 0.7 0.56
Hex DB 3F DD 1 47 0 D 12B 46 38
Octal 333 77 335 1 107 0 15 453 106 70
Binary 11011011 111111 11011101 1 1000111 0 1101 100101011 1000110 111000

Color Harmonies of #DB3FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3FDD

Black with #DB3FDD

Text Example


Text Example

White with #DB3FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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