Html Css Color HEX #DC5FF6 Heliotrope

📋 copy color: '#DC5FF6'

red 220 ◦ green 95 ◦ blue 246

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

Shades of Heliotrope #DC5FF6

Tints of Heliotrope #DC5FF6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.93%

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

R = 39.22%
G = 16.93%
B = 43.85%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC5FF6 (or 0xDC5FF6) is known color: Heliotrope. HEX triplet: DC, 5F and F6. RGB value is (220,95,246). Sum of RGB (Red+Green+Blue) = 220+95+246=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 95 (37.5% from 255 or 16.93% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC5FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5FF6 is #23A009. Grayscale: #959595. Windows color (decimal): -2334730 or 16146396. OLE color: 16146396.

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

Color convert

RGB 220 95 246 -
CMYK 0.11 0.61 0 0.04
HSL 289.67º 0.89% 0.67% -
HSV(B) 289.67º 0.61% 0.96% -
XYZ 50.24 30.05 90.34 -
YUV 149.59 182.41 178.22 -
System Red Green Blue C M Y K H S L
Decimal 220 95 246 0.11 0.61 0 0.04 289.67 0.89 0.67
Hex DC 5F F6 B 3D 0 4 122 59 43
Octal 334 137 366 13 75 0 4 442 131 103
Binary 11011100 1011111 11110110 1011 111101 0 100 100100010 1011001 1000011

Color Harmonies of #DC5FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5FF6

Black with #DC5FF6

Text Example


Text Example

White with #DC5FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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