Html Css Color HEX #DA42FF Heliotrope

📋 copy color: '#DA42FF'

red 218 ◦ green 66 ◦ blue 255

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

Shades of Heliotrope #DA42FF

Tints of Heliotrope #DA42FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.31%

R = 40.45%
G = 12.24%
B = 47.31%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA42FF (or 0xDA42FF) is known color: Heliotrope. HEX triplet: DA, 42 and FF. RGB value is (218,66,255). Sum of RGB (Red+Green+Blue) = 218+66+255=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 66 (26.17% from 255 or 12.24% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA42FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA42FF is #25BD00. Grayscale: #848484. Windows color (decimal): -2473217 or 16728794. OLE color: 16728794.

HSL color Cylindrical-coordinate representation of color #DA42FF: hue angle of 288.25º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA42FF is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 66 255 -
CMYK 0.15 0.74 0 0
HSL 288.25º 1% 0.63% -
HSV(B) 288.25º 0.74% 1% -
XYZ 48.91 26.02 97.05 -
YUV 132.99 196.86 188.63 -
System Red Green Blue C M Y K H S L
Decimal 218 66 255 0.15 0.74 0 0 288.25 1 0.63
Hex DA 42 FF F 4A 0 0 120 64 3F
Octal 332 102 377 17 112 0 0 440 144 77
Binary 11011010 1000010 11111111 1111 1001010 0 0 100100000 1100100 111111

Color Harmonies of #DA42FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA42FF

Black with #DA42FF

Text Example


Text Example

White with #DA42FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA42FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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