Html Css Color HEX #DC4FF6 Heliotrope

📋 copy color: '#DC4FF6'

red 220 ◦ green 79 ◦ blue 246

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

Shades of Heliotrope #DC4FF6

Tints of Heliotrope #DC4FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.14%

R = 40.37%
G = 14.5%
B = 45.14%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC4FF6 (or 0xDC4FF6) is known color: Heliotrope. HEX triplet: DC, 4F and F6. RGB value is (220,79,246). Sum of RGB (Red+Green+Blue) = 220+79+246=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 79 (31.25% from 255 or 14.50% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC4FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4FF6 is #23B009. Grayscale: #8B8B8B. Windows color (decimal): -2338826 or 16142300. OLE color: 16142300.

HSL color Cylindrical-coordinate representation of color #DC4FF6: hue angle of 290.66º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4FF6 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 79 246 -
CMYK 0.11 0.68 0 0.04
HSL 290.66º 0.9% 0.64% -
HSV(B) 290.66º 0.68% 0.96% -
XYZ 48.95 27.46 89.91 -
YUV 140.2 187.71 184.92 -
System Red Green Blue C M Y K H S L
Decimal 220 79 246 0.11 0.68 0 0.04 290.66 0.9 0.64
Hex DC 4F F6 B 44 0 4 123 5A 40
Octal 334 117 366 13 104 0 4 443 132 100
Binary 11011100 1001111 11110110 1011 1000100 0 100 100100011 1011010 1000000

Color Harmonies of #DC4FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4FF6

Black with #DC4FF6

Text Example


Text Example

White with #DC4FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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