Html Css Color HEX #DA42BE Fuchsia

📋 copy color: '#DA42BE'

red 218 ◦ green 66 ◦ blue 190

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

Shades of Fuchsia #DA42BE

Tints of Fuchsia #DA42BE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.92%

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

R = 45.99%
G = 13.92%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA42BE (or 0xDA42BE) is known color: Fuchsia. HEX triplet: DA, 42 and BE. RGB value is (218,66,190). Sum of RGB (Red+Green+Blue) = 218+66+190=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA42BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA42BE is #25BD41. Grayscale: #7D7D7D. Windows color (decimal): -2473282 or 12468954. OLE color: 12468954.

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

Color convert

RGB 218 66 190 -
CMYK 0 0.70 0.13 0.15
HSL 311.05º 0.67% 0.56% -
HSV(B) 311.05º 0.7% 0.85% -
XYZ 40.16 22.52 50.95 -
YUV 125.58 164.36 193.92 -
System Red Green Blue C M Y K H S L
Decimal 218 66 190 0 0.70 0.13 0.15 311.05 0.67 0.56
Hex DA 42 BE 0 46 D F 137 43 38
Octal 332 102 276 0 106 15 17 467 103 70
Binary 11011010 1000010 10111110 0 1000110 1101 1111 100110111 1000011 111000

Color Harmonies of #DA42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA42BE

Black with #DA42BE

Text Example


Text Example

White with #DA42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA42BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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