Html Css Color HEX #DB44C1 Fuchsia

📋 copy color: '#DB44C1'

red 219 ◦ green 68 ◦ blue 193

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

Shades of Fuchsia #DB44C1

Tints of Fuchsia #DB44C1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.17%

 BLUE value IS 193 (75.78% from 255) = 40.21%

R = 45.63%
G = 14.17%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB44C1 (or 0xDB44C1) is known color: Fuchsia. HEX triplet: DB, 44 and C1. RGB value is (219,68,193). Sum of RGB (Red+Green+Blue) = 219+68+193=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 68 (26.95% from 255 or 14.17% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB44C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB44C1 is #24BB3E. Grayscale: #7F7F7F. Windows color (decimal): -2407231 or 12666075. OLE color: 12666075.

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

Color convert

RGB 219 68 193 -
CMYK 0 0.69 0.12 0.14
HSL 310.33º 0.68% 0.56% -
HSV(B) 310.33º 0.69% 0.86% -
XYZ 40.91 23.04 52.74 -
YUV 127.4 165.03 193.34 -
System Red Green Blue C M Y K H S L
Decimal 219 68 193 0 0.69 0.12 0.14 310.33 0.68 0.56
Hex DB 44 C1 0 45 C E 136 44 38
Octal 333 104 301 0 105 14 16 466 104 70
Binary 11011011 1000100 11000001 0 1000101 1100 1110 100110110 1000100 111000

Color Harmonies of #DB44C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB44C1

Black with #DB44C1

Text Example


Text Example

White with #DB44C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB44C1; }

 p { color: rgb(219,68,193); }

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

background-color css

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

 a { background-color: rgb(219,68,193); }

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

border-color css

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

 span { border-color: rgb(219,68,193); }

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