Html Css Color HEX #DA60B8 Fuchsia

📋 copy color: '#DA60B8'

red 218 ◦ green 96 ◦ blue 184

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

Shades of Fuchsia #DA60B8

Tints of Fuchsia #DA60B8

RGB

 RED value IS 218 (85.55% from 255) = 43.78%

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

 BLUE value IS 184 (72.27% from 255) = 36.95%

R = 43.78%
G = 19.28%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA60B8 (or 0xDA60B8) is known color: Fuchsia. HEX triplet: DA, 60 and B8. RGB value is (218,96,184). Sum of RGB (Red+Green+Blue) = 218+96+184=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA60B8 is #259F47. Grayscale: #8E8E8E. Windows color (decimal): -2465608 or 12083418. OLE color: 12083418.

HSL color Cylindrical-coordinate representation of color #DA60B8: hue angle of 316.72º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA60B8 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 96 184 -
CMYK 0 0.56 0.16 0.15
HSL 316.72º 0.62% 0.62% -
HSV(B) 316.72º 0.56% 0.85% -
XYZ 41.75 26.73 48.31 -
YUV 142.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 218 96 184 0 0.56 0.16 0.15 316.72 0.62 0.62
Hex DA 60 B8 0 38 10 F 13D 3E 3E
Octal 332 140 270 0 70 20 17 475 76 76
Binary 11011010 1100000 10111000 0 111000 10000 1111 100111101 111110 111110

Color Harmonies of #DA60B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA60B8

Black with #DA60B8

Text Example


Text Example

White with #DA60B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA60B8; }

 p { color: rgb(218,96,184); }

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

background-color css

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

 a { background-color: rgb(218,96,184); }

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

border-color css

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

 span { border-color: rgb(218,96,184); }

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