Html Css Color HEX #DB42BE Fuchsia

📋 copy color: '#DB42BE'

red 219 ◦ green 66 ◦ blue 190

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

Shades of Fuchsia #DB42BE

Tints of Fuchsia #DB42BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40%

R = 46.11%
G = 13.89%
B = 40%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB42BE (or 0xDB42BE) is known color: Fuchsia. HEX triplet: DB, 42 and BE. RGB value is (219,66,190). Sum of RGB (Red+Green+Blue) = 219+66+190=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42BE is #24BD41. Grayscale: #7D7D7D. Windows color (decimal): -2407746 or 12468955. OLE color: 12468955.

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

Color convert

RGB 219 66 190 -
CMYK 0 0.70 0.13 0.14
HSL 311.37º 0.68% 0.56% -
HSV(B) 311.37º 0.7% 0.86% -
XYZ 40.46 22.67 50.96 -
YUV 125.88 164.19 194.42 -
System Red Green Blue C M Y K H S L
Decimal 219 66 190 0 0.70 0.13 0.14 311.37 0.68 0.56
Hex DB 42 BE 0 46 D E 137 44 38
Octal 333 102 276 0 106 15 16 467 104 70
Binary 11011011 1000010 10111110 0 1000110 1101 1110 100110111 1000100 111000

Color Harmonies of #DB42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42BE

Black with #DB42BE

Text Example


Text Example

White with #DB42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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