Html Css Color HEX #DB3DB3 Fuchsia

📋 copy color: '#DB3DB3'

red 219 ◦ green 61 ◦ blue 179

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

Shades of Fuchsia #DB3DB3

Tints of Fuchsia #DB3DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39%

R = 47.71%
G = 13.29%
B = 39%

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

#DB3DB3 (or 0xDB3DB3) is known color: Fuchsia. HEX triplet: DB, 3D and B3. RGB value is (219,61,179). Sum of RGB (Red+Green+Blue) = 219+61+179=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3DB3 is #24C24C. Grayscale: #797979. Windows color (decimal): -2409037 or 11746779. OLE color: 11746779.

HSL color Cylindrical-coordinate representation of color #DB3DB3: hue angle of 315.19º 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 #DB3DB3 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 61 179 -
CMYK 0 0.72 0.18 0.14
HSL 315.19º 0.69% 0.55% -
HSV(B) 315.19º 0.72% 0.86% -
XYZ 39.02 21.65 44.77 -
YUV 121.69 160.35 197.41 -
System Red Green Blue C M Y K H S L
Decimal 219 61 179 0 0.72 0.18 0.14 315.19 0.69 0.55
Hex DB 3D B3 0 48 12 E 13B 45 37
Octal 333 75 263 0 110 22 16 473 105 67
Binary 11011011 111101 10110011 0 1001000 10010 1110 100111011 1000101 110111

Color Harmonies of #DB3DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3DB3

Black with #DB3DB3

Text Example


Text Example

White with #DB3DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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