Html Css Color HEX #DB42B7 Fuchsia

📋 copy color: '#DB42B7'

red 219 ◦ green 66 ◦ blue 183

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

Shades of Fuchsia #DB42B7

Tints of Fuchsia #DB42B7

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.1%

 BLUE value IS 183 (71.88% from 255) = 39.1%

R = 46.79%
G = 14.1%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB42B7 (or 0xDB42B7) is known color: Fuchsia. HEX triplet: DB, 42 and B7. RGB value is (219,66,183). Sum of RGB (Red+Green+Blue) = 219+66+183=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42B7 is #24BD48. Grayscale: #7C7C7C. Windows color (decimal): -2407753 or 12010203. OLE color: 12010203.

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

Color convert

RGB 219 66 183 -
CMYK 0 0.70 0.16 0.14
HSL 314.12º 0.68% 0.56% -
HSV(B) 314.12º 0.7% 0.86% -
XYZ 39.71 22.38 47.03 -
YUV 125.09 160.69 194.99 -
System Red Green Blue C M Y K H S L
Decimal 219 66 183 0 0.70 0.16 0.14 314.12 0.68 0.56
Hex DB 42 B7 0 46 10 E 13A 44 38
Octal 333 102 267 0 106 20 16 472 104 70
Binary 11011011 1000010 10110111 0 1000110 10000 1110 100111010 1000100 111000

Color Harmonies of #DB42B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42B7

Black with #DB42B7

Text Example


Text Example

White with #DB42B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42B7; }

 p { color: rgb(219,66,183); }

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

background-color css

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

 a { background-color: rgb(219,66,183); }

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

border-color css

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

 span { border-color: rgb(219,66,183); }

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