Html Css Color HEX #DB3DBF Fuchsia

📋 copy color: '#DB3DBF'

red 219 ◦ green 61 ◦ blue 191

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

Shades of Fuchsia #DB3DBF

Tints of Fuchsia #DB3DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.55%

R = 46.5%
G = 12.95%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB3DBF (or 0xDB3DBF) is known color: Fuchsia. HEX triplet: DB, 3D and BF. RGB value is (219,61,191). Sum of RGB (Red+Green+Blue) = 219+61+191=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3DBF is #24C240. Grayscale: #7A7A7A. Windows color (decimal): -2409025 or 12533211. OLE color: 12533211.

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

Color convert

RGB 219 61 191 -
CMYK 0 0.72 0.13 0.14
HSL 310.63º 0.69% 0.55% -
HSV(B) 310.63º 0.72% 0.86% -
XYZ 40.29 22.16 51.44 -
YUV 123.06 166.35 196.43 -
System Red Green Blue C M Y K H S L
Decimal 219 61 191 0 0.72 0.13 0.14 310.63 0.69 0.55
Hex DB 3D BF 0 48 D E 137 45 37
Octal 333 75 277 0 110 15 16 467 105 67
Binary 11011011 111101 10111111 0 1001000 1101 1110 100110111 1000101 110111

Color Harmonies of #DB3DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3DBF

Black with #DB3DBF

Text Example


Text Example

White with #DB3DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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