Html Css Color HEX #DB61DA Free Speech Magenta

📋 copy color: '#DB61DA'

red 219 ◦ green 97 ◦ blue 218

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

Shades of Free Speech Magenta #DB61DA

Tints of Free Speech Magenta #DB61DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 41.01%
G = 18.16%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB61DA (or 0xDB61DA) is known color: Free Speech Magenta. HEX triplet: DB, 61 and DA. RGB value is (219,97,218). Sum of RGB (Red+Green+Blue) = 219+97+218=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 97 (38.28% from 255 or 18.16% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61DA is #249E25. Grayscale: #929292. Windows color (decimal): -2399782 or 14311899. OLE color: 14311899.

HSL color Cylindrical-coordinate representation of color #DB61DA: hue angle of 300.49º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB61DA is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 97 218 -
CMYK 0 0.56 0.00 0.14
HSL 300.49º 0.63% 0.62% -
HSV(B) 300.49º 0.56% 0.86% -
XYZ 46.14 28.67 69.43 -
YUV 147.27 167.92 179.16 -
System Red Green Blue C M Y K H S L
Decimal 219 97 218 0 0.56 0.00 0.14 300.49 0.63 0.62
Hex DB 61 DA 0 38 0 E 12C 3F 3E
Octal 333 141 332 0 70 0 16 454 77 76
Binary 11011011 1100001 11011010 0 111000 0 1110 100101100 111111 111110

Color Harmonies of #DB61DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB61DA

Black with #DB61DA

Text Example


Text Example

White with #DB61DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB61DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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