Html Css Color HEX #DA4DBE Fuchsia

📋 copy color: '#DA4DBE'

red 218 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #DA4DBE

Tints of Fuchsia #DA4DBE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.88%

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

R = 44.95%
G = 15.88%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA4DBE (or 0xDA4DBE) is known color: Fuchsia. HEX triplet: DA, 4D and BE. RGB value is (218,77,190). Sum of RGB (Red+Green+Blue) = 218+77+190=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4DBE is #25B241. Grayscale: #838383. Windows color (decimal): -2470466 or 12471770. OLE color: 12471770.

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

Color convert

RGB 218 77 190 -
CMYK 0 0.65 0.13 0.15
HSL 311.91º 0.66% 0.58% -
HSV(B) 311.91º 0.65% 0.85% -
XYZ 40.86 23.93 51.18 -
YUV 132.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 218 77 190 0 0.65 0.13 0.15 311.91 0.66 0.58
Hex DA 4D BE 0 41 D F 138 42 3A
Octal 332 115 276 0 101 15 17 470 102 72
Binary 11011010 1001101 10111110 0 1000001 1101 1111 100111000 1000010 111010

Color Harmonies of #DA4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4DBE

Black with #DA4DBE

Text Example


Text Example

White with #DA4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4DBE; }

 p { color: rgb(218,77,190); }

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

background-color css

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

 a { background-color: rgb(218,77,190); }

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

border-color css

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

 span { border-color: rgb(218,77,190); }

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