Html Css Color HEX #DB61BF Free Speech Magenta

📋 copy color: '#DB61BF'

red 219 ◦ green 97 ◦ blue 191

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

Shades of Free Speech Magenta #DB61BF

Tints of Free Speech Magenta #DB61BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.67%

R = 43.2%
G = 19.13%
B = 37.67%

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

#DB61BF (or 0xDB61BF) is known color: Free Speech Magenta. HEX triplet: DB, 61 and BF. RGB value is (219,97,191). Sum of RGB (Red+Green+Blue) = 219+97+191=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61BF is #249E40. Grayscale: #8F8F8F. Windows color (decimal): -2399809 or 12542427. OLE color: 12542427.

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

Color convert

RGB 219 97 191 -
CMYK 0 0.56 0.13 0.14
HSL 313.77º 0.63% 0.62% -
HSV(B) 313.77º 0.56% 0.86% -
XYZ 42.89 27.37 52.31 -
YUV 144.19 154.42 181.36 -
System Red Green Blue C M Y K H S L
Decimal 219 97 191 0 0.56 0.13 0.14 313.77 0.63 0.62
Hex DB 61 BF 0 38 D E 13A 3F 3E
Octal 333 141 277 0 70 15 16 472 77 76
Binary 11011011 1100001 10111111 0 111000 1101 1110 100111010 111111 111110

Color Harmonies of #DB61BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB61BF

Black with #DB61BF

Text Example


Text Example

White with #DB61BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB61BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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