Html Css Color HEX #DC49FD Heliotrope

📋 copy color: '#DC49FD'

red 220 ◦ green 73 ◦ blue 253

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

Shades of Heliotrope #DC49FD

Tints of Heliotrope #DC49FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.34%

R = 40.29%
G = 13.37%
B = 46.34%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC49FD (or 0xDC49FD) is known color: Heliotrope. HEX triplet: DC, 49 and FD. RGB value is (220,73,253). Sum of RGB (Red+Green+Blue) = 220+73+253=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 73 (28.91% from 255 or 13.37% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC49FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC49FD is #23B602. Grayscale: #888888. Windows color (decimal): -2340355 or 16599516. OLE color: 16599516.

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

Color convert

RGB 220 73 253 -
CMYK 0.13 0.71 0 0.01
HSL 289º 0.98% 0.64% -
HSV(B) 289º 0.71% 0.99% -
XYZ 49.63 27.07 95.54 -
YUV 137.47 193.2 186.86 -
System Red Green Blue C M Y K H S L
Decimal 220 73 253 0.13 0.71 0 0.01 289 0.98 0.64
Hex DC 49 FD D 47 0 1 121 62 40
Octal 334 111 375 15 107 0 1 441 142 100
Binary 11011100 1001001 11111101 1101 1000111 0 1 100100001 1100010 1000000

Color Harmonies of #DC49FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC49FD

Black with #DC49FD

Text Example


Text Example

White with #DC49FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC49FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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