Html Css Color HEX #DB63BB Free Speech Magenta

📋 copy color: '#DB63BB'

red 219 ◦ green 99 ◦ blue 187

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

Shades of Free Speech Magenta #DB63BB

Tints of Free Speech Magenta #DB63BB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.6%

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 43.37%
G = 19.6%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB63BB (or 0xDB63BB) is known color: Free Speech Magenta. HEX triplet: DB, 63 and BB. RGB value is (219,99,187). Sum of RGB (Red+Green+Blue) = 219+99+187=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63BB is #249C44. Grayscale: #909090. Windows color (decimal): -2399301 or 12280795. OLE color: 12280795.

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

Color convert

RGB 219 99 187 -
CMYK 0 0.55 0.15 0.14
HSL 316º 0.63% 0.62% -
HSV(B) 316º 0.55% 0.86% -
XYZ 42.64 27.57 50.09 -
YUV 144.91 151.76 180.84 -
System Red Green Blue C M Y K H S L
Decimal 219 99 187 0 0.55 0.15 0.14 316 0.63 0.62
Hex DB 63 BB 0 37 F E 13C 3E 3E
Octal 333 143 273 0 67 17 16 474 76 76
Binary 11011011 1100011 10111011 0 110111 1111 1110 100111100 111110 111110

Color Harmonies of #DB63BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63BB

Black with #DB63BB

Text Example


Text Example

White with #DB63BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63BB; }

 p { color: rgb(219,99,187); }

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

background-color css

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

 a { background-color: rgb(219,99,187); }

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

border-color css

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

 span { border-color: rgb(219,99,187); }

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