Html Css Color HEX #DB61DD Free Speech Magenta

📋 copy color: '#DB61DD'

red 219 ◦ green 97 ◦ blue 221

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

Shades of Free Speech Magenta #DB61DD

Tints of Free Speech Magenta #DB61DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.06%

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

R = 40.78%
G = 18.06%
B = 41.15%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB61DD (or 0xDB61DD) is known color: Free Speech Magenta. HEX triplet: DB, 61 and DD. RGB value is (219,97,221). Sum of RGB (Red+Green+Blue) = 219+97+221=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB61DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61DD is #249E22. Grayscale: #939393. Windows color (decimal): -2399779 or 14508507. OLE color: 14508507.

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

Color convert

RGB 219 97 221 -
CMYK 0.01 0.56 0 0.13
HSL 299.03º 0.65% 0.62% -
HSV(B) 299.03º 0.56% 0.87% -
XYZ 46.54 28.83 71.52 -
YUV 147.61 169.42 178.92 -
System Red Green Blue C M Y K H S L
Decimal 219 97 221 0.01 0.56 0 0.13 299.03 0.65 0.62
Hex DB 61 DD 1 38 0 D 12B 41 3E
Octal 333 141 335 1 70 0 15 453 101 76
Binary 11011011 1100001 11011101 1 111000 0 1101 100101011 1000001 111110

Color Harmonies of #DB61DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB61DD

Black with #DB61DD

Text Example


Text Example

White with #DB61DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB61DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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