Html Css Color HEX #DC4AFF Heliotrope

📋 copy color: '#DC4AFF'

red 220 ◦ green 74 ◦ blue 255

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

Shades of Heliotrope #DC4AFF

Tints of Heliotrope #DC4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.48%

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

R = 40.07%
G = 13.48%
B = 46.45%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC4AFF (or 0xDC4AFF) is known color: Heliotrope. HEX triplet: DC, 4A and FF. RGB value is (220,74,255). Sum of RGB (Red+Green+Blue) = 220+74+255=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 74 (29.30% from 255 or 13.48% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC4AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC4AFF is #23B500. Grayscale: #898989. Windows color (decimal): -2340097 or 16730844. OLE color: 16730844.

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

Color convert

RGB 220 74 255 -
CMYK 0.14 0.71 0 0
HSL 288.4º 1% 0.65% -
HSV(B) 288.4º 0.71% 1% -
XYZ 50.01 27.33 97.25 -
YUV 138.29 193.87 186.28 -
System Red Green Blue C M Y K H S L
Decimal 220 74 255 0.14 0.71 0 0 288.4 1 0.65
Hex DC 4A FF E 47 0 0 120 64 41
Octal 334 112 377 16 107 0 0 440 144 101
Binary 11011100 1001010 11111111 1110 1000111 0 0 100100000 1100100 1000001

Color Harmonies of #DC4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4AFF

Black with #DC4AFF

Text Example


Text Example

White with #DC4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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