Html Css Color HEX #DB3DB4 Fuchsia

📋 copy color: '#DB3DB4'

red 219 ◦ green 61 ◦ blue 180

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

Shades of Fuchsia #DB3DB4

Tints of Fuchsia #DB3DB4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.26%

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

R = 47.61%
G = 13.26%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB3DB4 (or 0xDB3DB4) is known color: Fuchsia. HEX triplet: DB, 3D and B4. RGB value is (219,61,180). Sum of RGB (Red+Green+Blue) = 219+61+180=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3DB4 is #24C24B. Grayscale: #797979. Windows color (decimal): -2409036 or 11812315. OLE color: 11812315.

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

Color convert

RGB 219 61 180 -
CMYK 0 0.72 0.18 0.14
HSL 314.81º 0.69% 0.55% -
HSV(B) 314.81º 0.72% 0.86% -
XYZ 39.12 21.69 45.31 -
YUV 121.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 219 61 180 0 0.72 0.18 0.14 314.81 0.69 0.55
Hex DB 3D B4 0 48 12 E 13B 45 37
Octal 333 75 264 0 110 22 16 473 105 67
Binary 11011011 111101 10110100 0 1001000 10010 1110 100111011 1000101 110111

Color Harmonies of #DB3DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3DB4

Black with #DB3DB4

Text Example


Text Example

White with #DB3DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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