Html Css Color HEX #DC41FF Heliotrope

📋 copy color: '#DC41FF'

red 220 ◦ green 65 ◦ blue 255

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

Shades of Heliotrope #DC41FF

Tints of Heliotrope #DC41FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.04%

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

R = 40.74%
G = 12.04%
B = 47.22%

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

#DC41FF (or 0xDC41FF) is known color: Heliotrope. HEX triplet: DC, 41 and FF. RGB value is (220,65,255). Sum of RGB (Red+Green+Blue) = 220+65+255=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 65 (25.78% from 255 or 12.04% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC41FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC41FF is #23BE00. Grayscale: #848484. Windows color (decimal): -2342401 or 16728540. OLE color: 16728540.

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

Color convert

RGB 220 65 255 -
CMYK 0.14 0.75 0 0
HSL 288.95º 1% 0.63% -
HSV(B) 288.95º 0.75% 1% -
XYZ 49.46 26.22 97.06 -
YUV 133.01 196.85 190.05 -
System Red Green Blue C M Y K H S L
Decimal 220 65 255 0.14 0.75 0 0 288.95 1 0.63
Hex DC 41 FF E 4B 0 0 121 64 3F
Octal 334 101 377 16 113 0 0 441 144 77
Binary 11011100 1000001 11111111 1110 1001011 0 0 100100001 1100100 111111

Color Harmonies of #DC41FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC41FF

Black with #DC41FF

Text Example


Text Example

White with #DC41FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC41FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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