Html Css Color HEX #DB60B9 Free Speech Magenta

📋 copy color: '#DB60B9'

red 219 ◦ green 96 ◦ blue 185

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

Shades of Free Speech Magenta #DB60B9

Tints of Free Speech Magenta #DB60B9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.2%

 BLUE value IS 185 (72.66% from 255) = 37%

R = 43.8%
G = 19.2%
B = 37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB60B9 (or 0xDB60B9) is known color: Free Speech Magenta. HEX triplet: DB, 60 and B9. RGB value is (219,96,185). Sum of RGB (Red+Green+Blue) = 219+96+185=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60B9 is #249F46. Grayscale: #8E8E8E. Windows color (decimal): -2400071 or 12148955. OLE color: 12148955.

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

Color convert

RGB 219 96 185 -
CMYK 0 0.56 0.16 0.14
HSL 316.59º 0.63% 0.62% -
HSV(B) 316.59º 0.56% 0.86% -
XYZ 42.15 26.93 48.87 -
YUV 142.92 151.75 182.26 -
System Red Green Blue C M Y K H S L
Decimal 219 96 185 0 0.56 0.16 0.14 316.59 0.63 0.62
Hex DB 60 B9 0 38 10 E 13D 3F 3E
Octal 333 140 271 0 70 20 16 475 77 76
Binary 11011011 1100000 10111001 0 111000 10000 1110 100111101 111111 111110

Color Harmonies of #DB60B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB60B9

Black with #DB60B9

Text Example


Text Example

White with #DB60B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB60B9; }

 p { color: rgb(219,96,185); }

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

background-color css

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

 a { background-color: rgb(219,96,185); }

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

border-color css

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

 span { border-color: rgb(219,96,185); }

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