Html Css Color HEX #DB42BB Fuchsia

📋 copy color: '#DB42BB'

red 219 ◦ green 66 ◦ blue 187

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

Shades of Fuchsia #DB42BB

Tints of Fuchsia #DB42BB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.98%

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

R = 46.4%
G = 13.98%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB42BB (or 0xDB42BB) is known color: Fuchsia. HEX triplet: DB, 42 and BB. RGB value is (219,66,187). Sum of RGB (Red+Green+Blue) = 219+66+187=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42BB is #24BD44. Grayscale: #7D7D7D. Windows color (decimal): -2407749 or 12272347. OLE color: 12272347.

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

Color convert

RGB 219 66 187 -
CMYK 0 0.70 0.15 0.14
HSL 312.55º 0.68% 0.56% -
HSV(B) 312.55º 0.7% 0.86% -
XYZ 40.13 22.54 49.25 -
YUV 125.54 162.69 194.66 -
System Red Green Blue C M Y K H S L
Decimal 219 66 187 0 0.70 0.15 0.14 312.55 0.68 0.56
Hex DB 42 BB 0 46 F E 139 44 38
Octal 333 102 273 0 106 17 16 471 104 70
Binary 11011011 1000010 10111011 0 1000110 1111 1110 100111001 1000100 111000

Color Harmonies of #DB42BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42BB

Black with #DB42BB

Text Example


Text Example

White with #DB42BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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