Html Css Color HEX #DB63DD Free Speech Magenta

📋 copy color: '#DB63DD'

red 219 ◦ green 99 ◦ blue 221

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

Shades of Free Speech Magenta #DB63DD

Tints of Free Speech Magenta #DB63DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.37%

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

R = 40.63%
G = 18.37%
B = 41%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB63DD (or 0xDB63DD) is known color: Free Speech Magenta. HEX triplet: DB, 63 and DD. RGB value is (219,99,221). Sum of RGB (Red+Green+Blue) = 219+99+221=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63DD is #249C22. Grayscale: #949494. Windows color (decimal): -2399267 or 14509019. OLE color: 14509019.

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

Color convert

RGB 219 99 221 -
CMYK 0.01 0.55 0 0.13
HSL 299.02º 0.64% 0.63% -
HSV(B) 299.02º 0.55% 0.87% -
XYZ 46.73 29.2 71.58 -
YUV 148.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 219 99 221 0.01 0.55 0 0.13 299.02 0.64 0.63
Hex DB 63 DD 1 37 0 D 12B 40 3F
Octal 333 143 335 1 67 0 15 453 100 77
Binary 11011011 1100011 11011101 1 110111 0 1101 100101011 1000000 111111

Color Harmonies of #DB63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63DD

Black with #DB63DD

Text Example


Text Example

White with #DB63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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