Html Css Color HEX #DC4FF9 Heliotrope

📋 copy color: '#DC4FF9'

red 220 ◦ green 79 ◦ blue 249

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

Shades of Heliotrope #DC4FF9

Tints of Heliotrope #DC4FF9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.42%

 BLUE value IS 249 (97.66% from 255) = 45.44%

R = 40.15%
G = 14.42%
B = 45.44%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC4FF9 (or 0xDC4FF9) is known color: Heliotrope. HEX triplet: DC, 4F and F9. RGB value is (220,79,249). Sum of RGB (Red+Green+Blue) = 220+79+249=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 79 (31.25% from 255 or 14.42% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC4FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4FF9 is #23B006. Grayscale: #8C8C8C. Windows color (decimal): -2338823 or 16338908. OLE color: 16338908.

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

Color convert

RGB 220 79 249 -
CMYK 0.12 0.68 0 0.02
HSL 289.76º 0.93% 0.64% -
HSV(B) 289.76º 0.68% 0.98% -
XYZ 49.41 27.65 92.35 -
YUV 140.54 189.21 184.68 -
System Red Green Blue C M Y K H S L
Decimal 220 79 249 0.12 0.68 0 0.02 289.76 0.93 0.64
Hex DC 4F F9 C 44 0 2 122 5D 40
Octal 334 117 371 14 104 0 2 442 135 100
Binary 11011100 1001111 11111001 1100 1000100 0 10 100100010 1011101 1000000

Color Harmonies of #DC4FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4FF9

Black with #DC4FF9

Text Example


Text Example

White with #DC4FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4FF9; }

 p { color: rgb(220,79,249); }

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

background-color css

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

 a { background-color: rgb(220,79,249); }

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

border-color css

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

 span { border-color: rgb(220,79,249); }

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