Html Css Color HEX #DB5BB5 Fuchsia

📋 copy color: '#DB5BB5'

red 219 ◦ green 91 ◦ blue 181

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

Shades of Fuchsia #DB5BB5

Tints of Fuchsia #DB5BB5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.53%

 BLUE value IS 181 (71.09% from 255) = 36.86%

R = 44.6%
G = 18.53%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB5BB5 (or 0xDB5BB5) is known color: Fuchsia. HEX triplet: DB, 5B and B5. RGB value is (219,91,181). Sum of RGB (Red+Green+Blue) = 219+91+181=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BB5 is #24A44A. Grayscale: #8B8B8B. Windows color (decimal): -2401355 or 11885531. OLE color: 11885531.

HSL color Cylindrical-coordinate representation of color #DB5BB5: hue angle of 317.81º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5BB5 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 91 181 -
CMYK 0 0.58 0.17 0.14
HSL 317.81º 0.64% 0.61% -
HSV(B) 317.81º 0.58% 0.86% -
XYZ 41.29 25.88 46.53 -
YUV 139.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 219 91 181 0 0.58 0.17 0.14 317.81 0.64 0.61
Hex DB 5B B5 0 3A 11 E 13E 40 3D
Octal 333 133 265 0 72 21 16 476 100 75
Binary 11011011 1011011 10110101 0 111010 10001 1110 100111110 1000000 111101

Color Harmonies of #DB5BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5BB5

Black with #DB5BB5

Text Example


Text Example

White with #DB5BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5BB5; }

 p { color: rgb(219,91,181); }

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

background-color css

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

 a { background-color: rgb(219,91,181); }

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

border-color css

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

 span { border-color: rgb(219,91,181); }

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