Html Css Color HEX #DB60B6 Fuchsia

📋 copy color: '#DB60B6'

red 219 ◦ green 96 ◦ blue 182

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

Shades of Fuchsia #DB60B6

Tints of Fuchsia #DB60B6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.32%

 BLUE value IS 182 (71.48% from 255) = 36.62%

R = 44.06%
G = 19.32%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB60B6 (or 0xDB60B6) is known color: Fuchsia. HEX triplet: DB, 60 and B6. RGB value is (219,96,182). Sum of RGB (Red+Green+Blue) = 219+96+182=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60B6 is #249F49. Grayscale: #8E8E8E. Windows color (decimal): -2400074 or 11952347. OLE color: 11952347.

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

Color convert

RGB 219 96 182 -
CMYK 0 0.56 0.17 0.14
HSL 318.05º 0.63% 0.62% -
HSV(B) 318.05º 0.56% 0.86% -
XYZ 41.84 26.8 47.22 -
YUV 142.58 150.25 182.51 -
System Red Green Blue C M Y K H S L
Decimal 219 96 182 0 0.56 0.17 0.14 318.05 0.63 0.62
Hex DB 60 B6 0 38 11 E 13E 3F 3E
Octal 333 140 266 0 70 21 16 476 77 76
Binary 11011011 1100000 10110110 0 111000 10001 1110 100111110 111111 111110

Color Harmonies of #DB60B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB60B6

Black with #DB60B6

Text Example


Text Example

White with #DB60B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB60B6; }

 p { color: rgb(219,96,182); }

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

background-color css

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

 a { background-color: rgb(219,96,182); }

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

border-color css

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

 span { border-color: rgb(219,96,182); }

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