Html Css Color HEX #DB61BE Free Speech Magenta

📋 copy color: '#DB61BE'

red 219 ◦ green 97 ◦ blue 190

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

Shades of Free Speech Magenta #DB61BE

Tints of Free Speech Magenta #DB61BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 43.28%
G = 19.17%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB61BE (or 0xDB61BE) is known color: Free Speech Magenta. HEX triplet: DB, 61 and BE. RGB value is (219,97,190). Sum of RGB (Red+Green+Blue) = 219+97+190=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61BE is #249E41. Grayscale: #8F8F8F. Windows color (decimal): -2399810 or 12476891. OLE color: 12476891.

HSL color Cylindrical-coordinate representation of color #DB61BE: hue angle of 314.26º 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 #DB61BE is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 97 190 -
CMYK 0 0.56 0.13 0.14
HSL 314.26º 0.63% 0.62% -
HSV(B) 314.26º 0.56% 0.86% -
XYZ 42.78 27.33 51.73 -
YUV 144.08 153.92 181.44 -
System Red Green Blue C M Y K H S L
Decimal 219 97 190 0 0.56 0.13 0.14 314.26 0.63 0.62
Hex DB 61 BE 0 38 D E 13A 3F 3E
Octal 333 141 276 0 70 15 16 472 77 76
Binary 11011011 1100001 10111110 0 111000 1101 1110 100111010 111111 111110

Color Harmonies of #DB61BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB61BE

Black with #DB61BE

Text Example


Text Example

White with #DB61BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB61BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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