Html Css Color HEX #DB3DBB Fuchsia

📋 copy color: '#DB3DBB'

red 219 ◦ green 61 ◦ blue 187

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

Shades of Fuchsia #DB3DBB

Tints of Fuchsia #DB3DBB

RGB

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

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

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

R = 46.9%
G = 13.06%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB3DBB (or 0xDB3DBB) is known color: Fuchsia. HEX triplet: DB, 3D and BB. RGB value is (219,61,187). Sum of RGB (Red+Green+Blue) = 219+61+187=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3DBB is #24C244. Grayscale: #7A7A7A. Windows color (decimal): -2409029 or 12271067. OLE color: 12271067.

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

Color convert

RGB 219 61 187 -
CMYK 0 0.72 0.15 0.14
HSL 312.15º 0.69% 0.55% -
HSV(B) 312.15º 0.72% 0.86% -
XYZ 39.85 21.99 49.16 -
YUV 122.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 219 61 187 0 0.72 0.15 0.14 312.15 0.69 0.55
Hex DB 3D BB 0 48 F E 138 45 37
Octal 333 75 273 0 110 17 16 470 105 67
Binary 11011011 111101 10111011 0 1001000 1111 1110 100111000 1000101 110111

Color Harmonies of #DB3DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3DBB

Black with #DB3DBB

Text Example


Text Example

White with #DB3DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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