Html Css Color HEX #DA39BD Fuchsia

📋 copy color: '#DA39BD'

red 218 ◦ green 57 ◦ blue 189

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

Shades of Fuchsia #DA39BD

Tints of Fuchsia #DA39BD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.28%

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 46.98%
G = 12.28%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA39BD (or 0xDA39BD) is known color: Fuchsia. HEX triplet: DA, 39 and BD. RGB value is (218,57,189). Sum of RGB (Red+Green+Blue) = 218+57+189=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA39BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA39BD is #25C642. Grayscale: #777777. Windows color (decimal): -2475587 or 12401114. OLE color: 12401114.

HSL color Cylindrical-coordinate representation of color #DA39BD: hue angle of 310.81º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA39BD is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 57 189 -
CMYK 0 0.74 0.13 0.15
HSL 310.81º 0.69% 0.54% -
HSV(B) 310.81º 0.74% 0.85% -
XYZ 39.56 21.51 50.21 -
YUV 120.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 218 57 189 0 0.74 0.13 0.15 310.81 0.69 0.54
Hex DA 39 BD 0 4A D F 137 45 36
Octal 332 71 275 0 112 15 17 467 105 66
Binary 11011010 111001 10111101 0 1001010 1101 1111 100110111 1000101 110110

Color Harmonies of #DA39BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA39BD

Black with #DA39BD

Text Example


Text Example

White with #DA39BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA39BD; }

 p { color: rgb(218,57,189); }

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

background-color css

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

 a { background-color: rgb(218,57,189); }

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

border-color css

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

 span { border-color: rgb(218,57,189); }

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