Html Css Color HEX #DA42BC Fuchsia

📋 copy color: '#DA42BC'

red 218 ◦ green 66 ◦ blue 188

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

Shades of Fuchsia #DA42BC

Tints of Fuchsia #DA42BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 46.19%
G = 13.98%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA42BC (or 0xDA42BC) is known color: Fuchsia. HEX triplet: DA, 42 and BC. RGB value is (218,66,188). Sum of RGB (Red+Green+Blue) = 218+66+188=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA42BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA42BC is #25BD43. Grayscale: #7D7D7D. Windows color (decimal): -2473284 or 12337882. OLE color: 12337882.

HSL color Cylindrical-coordinate representation of color #DA42BC: hue angle of 311.84º 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 #DA42BC is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 66 188 -
CMYK 0 0.70 0.14 0.15
HSL 311.84º 0.67% 0.56% -
HSV(B) 311.84º 0.7% 0.85% -
XYZ 39.94 22.43 49.8 -
YUV 125.36 163.36 194.08 -
System Red Green Blue C M Y K H S L
Decimal 218 66 188 0 0.70 0.14 0.15 311.84 0.67 0.56
Hex DA 42 BC 0 46 E F 138 43 38
Octal 332 102 274 0 106 16 17 470 103 70
Binary 11011010 1000010 10111100 0 1000110 1110 1111 100111000 1000011 111000

Color Harmonies of #DA42BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA42BC

Black with #DA42BC

Text Example


Text Example

White with #DA42BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA42BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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