Html Css Color HEX #DB3DC4 Fuchsia

📋 copy color: '#DB3DC4'

red 219 ◦ green 61 ◦ blue 196

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

Shades of Fuchsia #DB3DC4

Tints of Fuchsia #DB3DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.18%

R = 46.01%
G = 12.82%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB3DC4 (or 0xDB3DC4) is known color: Fuchsia. HEX triplet: DB, 3D and C4. RGB value is (219,61,196). Sum of RGB (Red+Green+Blue) = 219+61+196=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3DC4 is #24C23B. Grayscale: #7B7B7B. Windows color (decimal): -2409020 or 12860891. OLE color: 12860891.

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

Color convert

RGB 219 61 196 -
CMYK 0 0.72 0.11 0.14
HSL 308.73º 0.69% 0.55% -
HSV(B) 308.73º 0.72% 0.86% -
XYZ 40.85 22.38 54.39 -
YUV 123.63 168.85 196.02 -
System Red Green Blue C M Y K H S L
Decimal 219 61 196 0 0.72 0.11 0.14 308.73 0.69 0.55
Hex DB 3D C4 0 48 B E 135 45 37
Octal 333 75 304 0 110 13 16 465 105 67
Binary 11011011 111101 11000100 0 1001000 1011 1110 100110101 1000101 110111

Color Harmonies of #DB3DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3DC4

Black with #DB3DC4

Text Example


Text Example

White with #DB3DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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