Html Css Color HEX #DB3CBB Fuchsia

📋 copy color: '#DB3CBB'

red 219 ◦ green 60 ◦ blue 187

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

Shades of Fuchsia #DB3CBB

Tints of Fuchsia #DB3CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.88%

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

R = 47%
G = 12.88%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB3CBB (or 0xDB3CBB) is known color: Fuchsia. HEX triplet: DB, 3C and BB. RGB value is (219,60,187). Sum of RGB (Red+Green+Blue) = 219+60+187=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3CBB is #24C344. Grayscale: #797979. Windows color (decimal): -2409285 or 12270811. OLE color: 12270811.

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

Color convert

RGB 219 60 187 -
CMYK 0 0.73 0.15 0.14
HSL 312.08º 0.69% 0.55% -
HSV(B) 312.08º 0.73% 0.86% -
XYZ 39.8 21.88 49.14 -
YUV 122.02 164.68 197.17 -
System Red Green Blue C M Y K H S L
Decimal 219 60 187 0 0.73 0.15 0.14 312.08 0.69 0.55
Hex DB 3C BB 0 49 F E 138 45 37
Octal 333 74 273 0 111 17 16 470 105 67
Binary 11011011 111100 10111011 0 1001001 1111 1110 100111000 1000101 110111

Color Harmonies of #DB3CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3CBB

Black with #DB3CBB

Text Example


Text Example

White with #DB3CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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