Html Css Color HEX #DC49FB Heliotrope

📋 copy color: '#DC49FB'

red 220 ◦ green 73 ◦ blue 251

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

Shades of Heliotrope #DC49FB

Tints of Heliotrope #DC49FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.14%

R = 40.44%
G = 13.42%
B = 46.14%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC49FB (or 0xDC49FB) is known color: Heliotrope. HEX triplet: DC, 49 and FB. RGB value is (220,73,251). Sum of RGB (Red+Green+Blue) = 220+73+251=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 73 (28.91% from 255 or 13.42% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC49FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC49FB is #23B604. Grayscale: #888888. Windows color (decimal): -2340357 or 16468444. OLE color: 16468444.

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

Color convert

RGB 220 73 251 -
CMYK 0.12 0.71 0 0.02
HSL 289.55º 0.96% 0.64% -
HSV(B) 289.55º 0.71% 0.98% -
XYZ 49.31 26.95 93.87 -
YUV 137.25 192.2 187.03 -
System Red Green Blue C M Y K H S L
Decimal 220 73 251 0.12 0.71 0 0.02 289.55 0.96 0.64
Hex DC 49 FB C 47 0 2 122 60 40
Octal 334 111 373 14 107 0 2 442 140 100
Binary 11011100 1001001 11111011 1100 1000111 0 10 100100010 1100000 1000000

Color Harmonies of #DC49FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC49FB

Black with #DC49FB

Text Example


Text Example

White with #DC49FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC49FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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