Html Css Color HEX #DC40FF Heliotrope

📋 copy color: '#DC40FF'

red 220 ◦ green 64 ◦ blue 255

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

Shades of Heliotrope #DC40FF

Tints of Heliotrope #DC40FF

RGB

 RED value IS 220 (86.33% from 255) = 40.82%

 GREEN value IS 64 (25.39% from 255) = 11.87%

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

R = 40.82%
G = 11.87%
B = 47.31%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC40FF (or 0xDC40FF) is known color: Heliotrope. HEX triplet: DC, 40 and FF. RGB value is (220,64,255). Sum of RGB (Red+Green+Blue) = 220+64+255=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 64 (25.39% from 255 or 11.87% 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 #DC40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC40FF is #23BF00. Grayscale: #838383. Windows color (decimal): -2342657 or 16728284. OLE color: 16728284.

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

Color convert

RGB 220 64 255 -
CMYK 0.14 0.75 0 0
HSL 289.01º 1% 0.63% -
HSV(B) 289.01º 0.75% 1% -
XYZ 49.4 26.1 97.04 -
YUV 132.42 197.18 190.47 -
System Red Green Blue C M Y K H S L
Decimal 220 64 255 0.14 0.75 0 0 289.01 1 0.63
Hex DC 40 FF E 4B 0 0 121 64 3F
Octal 334 100 377 16 113 0 0 441 144 77
Binary 11011100 1000000 11111111 1110 1001011 0 0 100100001 1100100 111111

Color Harmonies of #DC40FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC40FF

Black with #DC40FF

Text Example


Text Example

White with #DC40FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC40FF; }

 p { color: rgb(220,64,255); }

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

background-color css

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

 a { background-color: rgb(220,64,255); }

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

border-color css

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

 span { border-color: rgb(220,64,255); }

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