Html Css Color HEX #DA43BE Fuchsia

📋 copy color: '#DA43BE'

red 218 ◦ green 67 ◦ blue 190

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

Shades of Fuchsia #DA43BE

Tints of Fuchsia #DA43BE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.11%

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

R = 45.89%
G = 14.11%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA43BE (or 0xDA43BE) is known color: Fuchsia. HEX triplet: DA, 43 and BE. RGB value is (218,67,190). Sum of RGB (Red+Green+Blue) = 218+67+190=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA43BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA43BE is #25BC41. Grayscale: #7D7D7D. Windows color (decimal): -2473026 or 12469210. OLE color: 12469210.

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

Color convert

RGB 218 67 190 -
CMYK 0 0.69 0.13 0.15
HSL 311.13º 0.67% 0.56% -
HSV(B) 311.13º 0.69% 0.85% -
XYZ 40.21 22.64 50.97 -
YUV 126.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 218 67 190 0 0.69 0.13 0.15 311.13 0.67 0.56
Hex DA 43 BE 0 45 D F 137 43 38
Octal 332 103 276 0 105 15 17 467 103 70
Binary 11011010 1000011 10111110 0 1000101 1101 1111 100110111 1000011 111000

Color Harmonies of #DA43BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA43BE

Black with #DA43BE

Text Example


Text Example

White with #DA43BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA43BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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