Html Css Color HEX #DB3EBB Fuchsia

📋 copy color: '#DB3EBB'

red 219 ◦ green 62 ◦ blue 187

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

Shades of Fuchsia #DB3EBB

Tints of Fuchsia #DB3EBB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.25%

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

R = 46.79%
G = 13.25%
B = 39.96%

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

#DB3EBB (or 0xDB3EBB) is known color: Fuchsia. HEX triplet: DB, 3E and BB. RGB value is (219,62,187). Sum of RGB (Red+Green+Blue) = 219+62+187=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3EBB is #24C144. Grayscale: #7A7A7A. Windows color (decimal): -2408773 or 12271323. OLE color: 12271323.

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

Color convert

RGB 219 62 187 -
CMYK 0 0.72 0.15 0.14
HSL 312.23º 0.69% 0.55% -
HSV(B) 312.23º 0.72% 0.86% -
XYZ 39.91 22.09 49.17 -
YUV 123.19 164.01 196.34 -
System Red Green Blue C M Y K H S L
Decimal 219 62 187 0 0.72 0.15 0.14 312.23 0.69 0.55
Hex DB 3E BB 0 48 F E 138 45 37
Octal 333 76 273 0 110 17 16 470 105 67
Binary 11011011 111110 10111011 0 1001000 1111 1110 100111000 1000101 110111

Color Harmonies of #DB3EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3EBB

Black with #DB3EBB

Text Example


Text Example

White with #DB3EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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