Html Css Color HEX #DC49FE Heliotrope

📋 copy color: '#DC49FE'

red 220 ◦ green 73 ◦ blue 254

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

Shades of Heliotrope #DC49FE

Tints of Heliotrope #DC49FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.35%

 BLUE value IS 254 (99.61% from 255) = 46.44%

R = 40.22%
G = 13.35%
B = 46.44%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DC49FE (or 0xDC49FE) is known color: Heliotrope. HEX triplet: DC, 49 and FE. RGB value is (220,73,254). Sum of RGB (Red+Green+Blue) = 220+73+254=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 73 (28.91% from 255 or 13.35% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC49FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC49FE is #23B601. Grayscale: #898989. Windows color (decimal): -2340354 or 16665052. OLE color: 16665052.

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

Color convert

RGB 220 73 254 -
CMYK 0.13 0.71 0 0.00
HSL 288.73º 0.99% 0.64% -
HSV(B) 288.73º 0.71% 1% -
XYZ 49.79 27.14 96.38 -
YUV 137.59 193.7 186.78 -
System Red Green Blue C M Y K H S L
Decimal 220 73 254 0.13 0.71 0 0.00 288.73 0.99 0.64
Hex DC 49 FE D 47 0 0 121 63 40
Octal 334 111 376 15 107 0 0 441 143 100
Binary 11011100 1001001 11111110 1101 1000111 0 0 100100001 1100011 1000000

Color Harmonies of #DC49FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC49FE

Black with #DC49FE

Text Example


Text Example

White with #DC49FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC49FE; }

 p { color: rgb(220,73,254); }

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

background-color css

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

 a { background-color: rgb(220,73,254); }

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

border-color css

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

 span { border-color: rgb(220,73,254); }

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