Html Css Color HEX #DA42BD Fuchsia

📋 copy color: '#DA42BD'

red 218 ◦ green 66 ◦ blue 189

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

Shades of Fuchsia #DA42BD

Tints of Fuchsia #DA42BD

RGB

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

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

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

R = 46.09%
G = 13.95%
B = 39.96%

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

#DA42BD (or 0xDA42BD) is known color: Fuchsia. HEX triplet: DA, 42 and BD. RGB value is (218,66,189). Sum of RGB (Red+Green+Blue) = 218+66+189=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA42BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA42BD is #25BD42. Grayscale: #7D7D7D. Windows color (decimal): -2473283 or 12403418. OLE color: 12403418.

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

Color convert

RGB 218 66 189 -
CMYK 0 0.70 0.13 0.15
HSL 311.45º 0.67% 0.56% -
HSV(B) 311.45º 0.7% 0.85% -
XYZ 40.05 22.48 50.37 -
YUV 125.47 163.86 194 -
System Red Green Blue C M Y K H S L
Decimal 218 66 189 0 0.70 0.13 0.15 311.45 0.67 0.56
Hex DA 42 BD 0 46 D F 137 43 38
Octal 332 102 275 0 106 15 17 467 103 70
Binary 11011010 1000010 10111101 0 1000110 1101 1111 100110111 1000011 111000

Color Harmonies of #DA42BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA42BD

Black with #DA42BD

Text Example


Text Example

White with #DA42BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA42BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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