Html Css Color HEX #DB4BB4 Fuchsia

📋 copy color: '#DB4BB4'

red 219 ◦ green 75 ◦ blue 180

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

Shades of Fuchsia #DB4BB4

Tints of Fuchsia #DB4BB4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.82%

 BLUE value IS 180 (70.7% from 255) = 37.97%

R = 46.2%
G = 15.82%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB4BB4 (or 0xDB4BB4) is known color: Fuchsia. HEX triplet: DB, 4B and B4. RGB value is (219,75,180). Sum of RGB (Red+Green+Blue) = 219+75+180=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BB4 is #24B44B. Grayscale: #818181. Windows color (decimal): -2405452 or 11815899. OLE color: 11815899.

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

Color convert

RGB 219 75 180 -
CMYK 0 0.66 0.18 0.14
HSL 316.25º 0.67% 0.58% -
HSV(B) 316.25º 0.66% 0.86% -
XYZ 39.97 23.39 45.59 -
YUV 130.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 219 75 180 0 0.66 0.18 0.14 316.25 0.67 0.58
Hex DB 4B B4 0 42 12 E 13C 43 3A
Octal 333 113 264 0 102 22 16 474 103 72
Binary 11011011 1001011 10110100 0 1000010 10010 1110 100111100 1000011 111010

Color Harmonies of #DB4BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BB4

Black with #DB4BB4

Text Example


Text Example

White with #DB4BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BB4; }

 p { color: rgb(219,75,180); }

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

background-color css

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

 a { background-color: rgb(219,75,180); }

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

border-color css

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

 span { border-color: rgb(219,75,180); }

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